Update example response type to code flow (#32971)

pull/32928/head
Luke Latham 2024-07-01 07:04:01 -04:00 committed by GitHub
parent 0fc590b29c
commit 7df573e566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ Google OAuth 2.0 OIDC example for an app that runs on the `localhost` address at
"ClientId": "2...7-e...q.apps.googleusercontent.com",
"PostLogoutRedirectUri": "https://localhost:5001/authentication/logout-callback",
"RedirectUri": "https://localhost:5001/authentication/login-callback",
"ResponseType": "id_token"
"ResponseType": "code"
}
}
```