0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-06 11:18:47 +02:00
synapse/changelog.d/9609.feature
Hubbe dd5e5dc1d6
Add SSO attribute requirements for OIDC providers (#9609)
Allows limiting who can login using OIDC via the claims
made from the IdP.
2021-03-16 11:46:07 -04:00

2 lines
124 B
Gherkin

Logins using OpenID Connect can require attributes on the `userinfo` response in order to login. Contributed by Hubbe King.