Skip to content

GoogleConsts.cs out of sync with Discovery document for Google's OpenID Connect #916

Closed
@LindaLawton

Description

@LindaLawton

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions