I'm trying to authenticate with using Google OAuth 2.0, I registered my url in the Google's Cloud Console.
In the specs of google's OAuth 2.0 it says: redirect_uri
: Determines where the response is sent. The value of this parameter must exactly match one of the values registered in the Google Cloud Console (including the http or https scheme, case, and trailing '/').
But in the cloud console I can't put the "http", it allows me only the domain name.
The only information I guessed was the Notification Endpoint
, the redirect_uri
is missing. I searched the app console as well. Does anyone has a hint on where I should specify the redirect_uri
?
Go to: https://cloud.google.com/console And you'll see the following screen. You can enter fully formed URIs as you can see in the example