-
- Downloads
Push login completion down into SsoHandler (#8941)
This is another part of my work towards fixing #8876. It moves some of the logic currently in the SAML and OIDC handlers - in particular the call to `AuthHandler.complete_sso_login` down into the `SsoHandler`.
Showing
- changelog.d/8941.feature 1 addition, 0 deletionschangelog.d/8941.feature
- synapse/handlers/oidc_handler.py 27 additions, 35 deletionssynapse/handlers/oidc_handler.py
- synapse/handlers/saml_handler.py 12 additions, 25 deletionssynapse/handlers/saml_handler.py
- synapse/handlers/sso.py 36 additions, 22 deletionssynapse/handlers/sso.py
- tests/handlers/test_saml.py 4 additions, 4 deletionstests/handlers/test_saml.py
Loading
Please register or sign in to comment