mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-06-06 19:52:17 +00:00
Missing token_endpoint_auth_method field in upstream sample config for Github
This commit is contained in:
@@ -339,6 +339,7 @@ upstream_oauth2:
|
||||
human_name: Google
|
||||
brand_name: "google"
|
||||
issuer: "https://accounts.google.com"
|
||||
token_endpoint_auth_method: "client_secret_post"
|
||||
client_id: "<client-id>" # TO BE FILLED
|
||||
client_secret: "<client-secret>" # TO BE FILLED
|
||||
scope: "openid profile email"
|
||||
|
||||
Reference in New Issue
Block a user