mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 20:12:13 -04:00
Add a confirmation step to the SSO login flow
This commit is contained in:
parent
380122866f
commit
b2bd54a2e3
7 changed files with 245 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue