-
- Downloads
Fix a regression when grandfathering SAML users. (#8855)
This was broken in #8801 when abstracting code shared with OIDC. After this change both SAML and OIDC have a concept of grandfathering users, but with different implementations.
Showing
- changelog.d/8855.feature 1 addition, 0 deletionschangelog.d/8855.feature
- synapse/handlers/oidc_handler.py 28 additions, 2 deletionssynapse/handlers/oidc_handler.py
- synapse/handlers/saml_handler.py 5 additions, 4 deletionssynapse/handlers/saml_handler.py
- synapse/handlers/sso.py 19 additions, 41 deletionssynapse/handlers/sso.py
- tests/handlers/test_oidc.py 8 additions, 0 deletionstests/handlers/test_oidc.py
- tests/handlers/test_saml.py 33 additions, 1 deletiontests/handlers/test_saml.py
Loading
Please register or sign in to comment