We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f300eca commit ecef762Copy full SHA for ecef762
docs/setup/sso.md
@@ -339,6 +339,7 @@ upstream_oauth2:
339
human_name: Google
340
brand_name: "google"
341
issuer: "https://accounts.google.com"
342
+ token_endpoint_auth_method: "client_secret_post"
343
client_id: "<client-id>" # TO BE FILLED
344
client_secret: "<client-secret>" # TO BE FILLED
345
scope: "openid profile email"
0 commit comments