Skip to content

Commit 15c45bb

Browse files
authored
fix: update _GOOGLE_OAUTH2_CERTS_URL (#365)
* Update _GOOGLE_OAUTH2_CERTS_URL OpenID Config lists jwks_uri as https://www.googleapis.com/oauth2/v3/certs https://accounts.google.com/.well-known/openid-configuration
1 parent 8a03b90 commit 15c45bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-auth/google/oauth2/id_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
# The URL that provides public certificates for verifying ID tokens issued
6969
# by Google's OAuth 2.0 authorization server.
70-
_GOOGLE_OAUTH2_CERTS_URL = "https://www.googleapis.com/oauth2/v1/certs"
70+
_GOOGLE_OAUTH2_CERTS_URL = "https://www.googleapis.com/oauth2/v3/certs"
7171

7272
# The URL that provides public certificates for verifying ID tokens issued
7373
# by Firebase and the Google APIs infrastructure

0 commit comments

Comments
 (0)