Add a confirmation step to the SSO login flow

This commit is contained in:
Brendan Abolivier 2020-03-02 16:36:32 +00:00
parent 380122866f
commit b2bd54a2e3
7 changed files with 245 additions and 6 deletions

View file

@ -24,6 +24,7 @@ from synapse.config import (
server,
server_notices_config,
spam_checker,
sso,
stats,
third_party_event_rules,
tls,
@ -57,6 +58,7 @@ class RootConfig:
key: key.KeyConfig
saml2: saml2_config.SAML2Config
cas: cas.CasConfig
sso: sso.SSOConfig
jwt: jwt_config.JWTConfig
password: password.PasswordConfig
email: emailconfig.EmailConfig