mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Update to the stable SSO prefix for UI Auth. (#7630)
This commit is contained in:
parent
eea124370b
commit
a0d2d81cf9
1
changelog.d/7630.feature
Normal file
1
changelog.d/7630.feature
Normal file
@ -0,0 +1 @@
|
||||
Support the standardized `m.login.sso` user-interactive authentication flow.
|
@ -61,7 +61,7 @@ class LoginType(object):
|
||||
MSISDN = "m.login.msisdn"
|
||||
RECAPTCHA = "m.login.recaptcha"
|
||||
TERMS = "m.login.terms"
|
||||
SSO = "org.matrix.login.sso"
|
||||
SSO = "m.login.sso"
|
||||
DUMMY = "m.login.dummy"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user