Users can login with Google in our web app and use google features.
Now we want to use an OpenID provider to let users in into 3rd party apps, so they are automatically logged in. (SSO)
To configure SSO in the 3rd party apps i need an login-url and certificate.
I created an identity in the Google Identity Platform. I choose “openid connect” as provider and i entered the client id and secret i found in the credentials-section of the OAuth 2.0 Client ID.
After saving i should expect that the loginurl and the certificate is available in the Credentials-section, but both are not available. What am i doing wrong?
(the secret is hidden for know. but i am sure it is correct)
