Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a max number of Authorized Redirect URIs for Google API?

In the Google API manager when creating a Client ID for a web application, you have the ability to add multiple authorized redirect URIs. Does anyone know of a maximum number of URIs that can be added? Thanks

like image 640
mtbIt Avatar asked Nov 19 '22 13:11

mtbIt


1 Answers

I don't know the real number, but it is more than 32.

Source: Currently I use 32 URI's and without any issues, so it is definetly more than that.

To commenters asking why: We have currently 32 distinct domains, so we need 32 URI's (meaning that 32 authorized domains is not issue neither).

like image 100
Richard Bureš Avatar answered Jun 27 '23 22:06

Richard Bureš