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 df0ce3f commit e40814bCopy full SHA for e40814b
changelog.d/17204.doc
@@ -0,0 +1 @@
1
+Update OIDC documentation: by default Matrix doesn't query userinfo endpoint, then claims should be put on id_token.
docs/openid.md
@@ -525,6 +525,8 @@ oidc_providers:
525
(`Options > Security > ID Token signature algorithm` and `Options > Security >
526
Access Token signature algorithm`)
527
- Scopes: OpenID, Email and Profile
528
+- Force claims into `id_token`
529
+ (`Options > Advanced > Force claims to be returned in ID Token`)
530
- Allowed redirection addresses for login (`Options > Basic > Allowed
531
redirection addresses for login` ) :
532
`[synapse public baseurl]/_synapse/client/oidc/callback`
0 commit comments