-
- Downloads
Allow existing users to login via OpenID Connect. (#8345)
Co-authored-by:
Benjamin Koch <bbbsnowball@gmail.com>
This adds configuration flags that will match a user to pre-existing users
when logging in via OpenID Connect. This is useful when switching to
an existing SSO system.
Showing
- changelog.d/8345.feature 1 addition, 0 deletionschangelog.d/8345.feature
- docs/sample_config.yaml 5 additions, 0 deletionsdocs/sample_config.yaml
- synapse/config/oidc_config.py 6 additions, 0 deletionssynapse/config/oidc_config.py
- synapse/handlers/oidc_handler.py 27 additions, 15 deletionssynapse/handlers/oidc_handler.py
- synapse/storage/databases/main/registration.py 2 additions, 2 deletionssynapse/storage/databases/main/registration.py
- tests/handlers/test_oidc.py 35 additions, 0 deletionstests/handlers/test_oidc.py
changelog.d/8345.feature
0 → 100644
Please register or sign in to comment