Google Cloud
Last updated
Last updated
Go to the credentials page: https://console.developers.google.com/apis/credentials
Press create project
or select a project with the dropdown on top
Configure your consent screen if needed by pressing oAuth consent screen in the sidebar
If you already have a consent screen, you can press edit app
next to the name
Make sure to add scopes in step 2
Following scopes should be added: email
, profile
and openid
After completing the consent screen, g
o back to credentials on the sidebar
Now press the create credentials
button on the top of the page
Select OAuth Client ID
Select Web Application in the dropdown on the following page
Provide the application name and redirect uri’s and press create
You will now be provided with your Client Id and Client Secret for your application
Now you can go to https://accounts.google.com/.well-known/openid-configuration to receive the authorization url, token endpoint, user info endpoint and issuer id needed for creating the provider