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 4a14e36 commit d32c9a8Copy full SHA for d32c9a8
docs/setup/sso.md
@@ -190,6 +190,7 @@ upstream_oauth2:
190
issuer: "https://<authentik-domain>/application/o/<app-slug>/" # TO BE FILLED
191
client_id: "<client-id>" # TO BE FILLED
192
client_secret: "<client-secret>" # TO BE FILLED
193
+ token_endpoint_auth_method: client_secret_basic
194
scope: "openid profile email"
195
claims_imports:
196
localpart:
0 commit comments