Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Limit OAuth 2.0 client IDs for a google api project

Tags:

I have created 36 OAuth client id for my project. But now when I create new OAuth client id it gives me an error saying

This project has reached its maximum number of OAuth clients. To create another, first remove an existing one.

enter image description here

Whereas I have another project in which I have created 100 client Id's.

Is there any limit of OAuth client id according to the project or there might be any other issue with my project?

like image 565
Ved Avatar asked Mar 28 '18 09:03

Ved


People also ask

What is OAuth 2.0 client ID?

The client_id is a public identifier for apps. Even though it's public, it's best that it isn't guessable by third parties, so many implementations use something like a 32-character hex string. If the client ID is guessable, it makes it slightly easier to craft phishing attacks against arbitrary applications.

Is OAuth client ID sensitive?

As per the OAuth specification, all parameters including client_id must be case sensitive (see https://tools.ietf.org/html/rfc6749#section-1.9).


1 Answers

We do have a hard limit of OAuth Client IDs per project, but there are several factors that limits the number of OAUTH clients. For this reason, we do not document a specific number, as any number we provide would seem inaccurate depending on each situation.

We're working to help increase it. More details can be found in the following Feature request

like image 70
M.E Taame Avatar answered Sep 20 '22 12:09

M.E Taame