Skip to content

Use Google's OpenID configuration endpoint to fetch provider URLs (suggestion) #75

@chrisforrence

Description

@chrisforrence

Google exposes an OpenID configuration file at the following URL:

https://accounts.google.com/.well-known/openid-configuration

I'm wondering if it would be worth it to reach out to this URL and use it to build up the getBaseAuthorizationUrl, getBaseAccessTokenUrl and getResourceOwnerDetailsUrl strings. Advantage would be having the URLs be always* accurate without needing to deploy a new version of the library (preventing #63), disadvantage would be needing to make an extra HTTP request to fetch said information.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions