Missing token_endpoint_auth_method field in upstream sample config for Github

This commit is contained in:
hummingbard
2025-03-30 14:08:14 +06:00
parent f300eca3ee
commit ecef762e9e
+1
View File
@@ -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"