diff options
author | Yadd <xg@xnr.fr> | 2024-05-22 16:29:31 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 12:29:31 +0000 |
commit | a547b49773b504deddee4db4ec4fb07971cd2fea (patch) | |
tree | e1a1ab0fed2deefb3a1abd1d366abe7fa88e89dd /docs/openid.md | |
parent | Bring auto-accept invite logic into Synapse (#17147) (diff) | |
download | synapse-a547b49773b504deddee4db4ec4fb07971cd2fea.tar.xz |
Update Lemonldap-NG OIDC config (#17204)
Update OIDC documentation: by default Matrix doesn't query userinfo endpoint, then claims should be put on id_token.
Diffstat (limited to '')
-rw-r--r-- | docs/openid.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/openid.md b/docs/openid.md index 9773a7de52..7a10b1615b 100644 --- a/docs/openid.md +++ b/docs/openid.md @@ -525,6 +525,8 @@ oidc_providers: (`Options > Security > ID Token signature algorithm` and `Options > Security > Access Token signature algorithm`) - Scopes: OpenID, Email and Profile +- Force claims into `id_token` + (`Options > Advanced > Force claims to be returned in ID Token`) - Allowed redirection addresses for login (`Options > Basic > Allowed redirection addresses for login` ) : `[synapse public baseurl]/_synapse/client/oidc/callback` |