Skip to content

Commit 4939425

Browse files
committed
Fix google ID token issuer.
1 parent f7afe46 commit 4939425

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

endpoints/getting-started/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ securityDefinitions:
9999
authorizationUrl: ""
100100
flow: "implicit"
101101
type: "oauth2"
102-
x-google-issuer: "accounts.google.com"
103-
x-google-jwks_uri: "https://www.googleapis.com/oauth2/v1/certs"
102+
x-google-issuer: "https://accounts.google.com"
103+
x-google-jwks_uri: "https://www.googleapis.com/oauth2/v3/certs"
104104
# Your OAuth2 client's Client ID must be added here. You can add
105105
# multiple client IDs to accept tokens from multiple clients.
106106
x-google-audiences: "YOUR-CLIENT-ID"

0 commit comments

Comments
 (0)