0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 10:18:54 +02:00

Update to the stable SSO prefix for UI Auth. (#7630)

This commit is contained in:
Patrick Cloke 2020-06-05 10:50:08 -04:00 committed by GitHub
parent eea124370b
commit a0d2d81cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/7630.feature Normal file
View file

@ -0,0 +1 @@
Support the standardized `m.login.sso` user-interactive authentication flow.

View file

@ -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"