Skip to content

Commit ecef762

Browse files
Missing token_endpoint_auth_method field in upstream sample config for Github
1 parent f300eca commit ecef762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/setup/sso.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ upstream_oauth2:
339339
human_name: Google
340340
brand_name: "google"
341341
issuer: "https://accounts.google.com"
342+
token_endpoint_auth_method: "client_secret_post"
342343
client_id: "<client-id>" # TO BE FILLED
343344
client_secret: "<client-secret>" # TO BE FILLED
344345
scope: "openid profile email"

0 commit comments

Comments
 (0)