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.
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?
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.
As per the OAuth specification, all parameters including client_id must be case sensitive (see https://tools.ietf.org/html/rfc6749#section-1.9).
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With