mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-28 08:44:06 -04:00
Add some tests for the IDP picker flow
This commit is contained in:
parent
bbd04441ed
commit
8a910f97a4
3 changed files with 193 additions and 5 deletions
|
@ -319,9 +319,9 @@ class SsoRedirectServlet(RestServlet):
|
|||
# register themselves with the main SSOHandler.
|
||||
if hs.config.cas_enabled:
|
||||
hs.get_cas_handler()
|
||||
elif hs.config.saml2_enabled:
|
||||
if hs.config.saml2_enabled:
|
||||
hs.get_saml_handler()
|
||||
elif hs.config.oidc_enabled:
|
||||
if hs.config.oidc_enabled:
|
||||
hs.get_oidc_handler()
|
||||
self._sso_handler = hs.get_sso_handler()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue