Skip to content
Snippets Groups Projects
Unverified Commit a547b497 authored by Yadd's avatar Yadd Committed by GitHub
Browse files

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.
parent 6a9a641f
Branches
Tags
No related merge requests found
Update OIDC documentation: by default Matrix doesn't query userinfo endpoint, then claims should be put on id_token.
...@@ -525,6 +525,8 @@ oidc_providers: ...@@ -525,6 +525,8 @@ oidc_providers:
(`Options > Security > ID Token signature algorithm` and `Options > Security > (`Options > Security > ID Token signature algorithm` and `Options > Security >
Access Token signature algorithm`) Access Token signature algorithm`)
- Scopes: OpenID, Email and Profile - 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 - Allowed redirection addresses for login (`Options > Basic > Allowed
redirection addresses for login` ) : redirection addresses for login` ) :
`[synapse public baseurl]/_synapse/client/oidc/callback` `[synapse public baseurl]/_synapse/client/oidc/callback`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment