Closed
Description
GoogleConsts.cs apears to be out of sync with the Google's OpenID Connect
public const string AuthorizationUrl = "https://accounts.google.com/o/oauth2/auth";
public const string TokenUrl = "https://accounts.google.com/o/oauth2/token";
We may want to update to the newer endpoints which are OpenIDConnect compliant.
"authorization_endpoint": "https://accounts.google.com/o/oauth2/v2/auth",
"token_endpoint": "https://www.googleapis.com/oauth2/v4/token",
Question: Is it worth adding something in the build to read the discovery doc and update GoogleConst.cs if there has been a change in the endpoint?
Metadata
Metadata
Assignees
Labels
No labels