Skip to content

Commit 5996cac

Browse files
authored
Disable Verification for Microsoft Azure AD OIDC
Required to avoid `token_endpoint missing auth signing algorithm values` error.
1 parent 1410385 commit 5996cac

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
@@ -434,6 +434,7 @@ upstream_oauth2:
434434
client_id: "<client-id>" # TO BE FILLED
435435
client_secret: "<client-secret>" # TO BE FILLED
436436
scope: "openid profile email"
437+
discovery_mode: insecure
437438
438439
claims_imports:
439440
localpart:

0 commit comments

Comments
 (0)