Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Update auth URIs that have new oauth2.googleapis.com equivalents #742

Closed
houglum opened this issue Sep 7, 2018 · 0 comments
Closed

Update auth URIs that have new oauth2.googleapis.com equivalents #742

houglum opened this issue Sep 7, 2018 · 0 comments

Comments

@houglum
Copy link
Contributor

houglum commented Sep 7, 2018

As part of https://issuetracker.google.com/issues/79946689, we're updating several libraries to use the newer oauth2.googleapis.com-based OAuth2 URIs, moving away from the current accounts.google.com and googleapis.com/oauth2 equivalents.

Browser-interactive endpoints (like the auth endpoint, https://accounts.google.com/o/oauth2/auth) can remain unchanged. Additionally, some URIs don't have a oauth2.googleapis.com equivalent (notably, https://www.googleapis.com/oauth2/v<NUMBER>/certs and https://www.googleapis.com/oauth2/v<NUMBER>/userinfo, where <NUMBER> is... a number).

Occurrences can be found by greping for "accounts.google.com" or "googleapis.com/oauth2" within the source files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant