Skip to content

Commit

Permalink
Update Lemonldap-NG OIDC config (element-hq#17204)
Browse files Browse the repository at this point in the history
Update OIDC documentation: by default Matrix doesn't query userinfo endpoint, then claims should be put on id_token.
  • Loading branch information
guimard authored and H-Shay committed May 31, 2024
1 parent fe4edc1 commit b19e2cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/17204.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update OIDC documentation: by default Matrix doesn't query userinfo endpoint, then claims should be put on id_token.
2 changes: 2 additions & 0 deletions docs/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b19e2cd

Please sign in to comment.