Skip to content
Snippets Groups Projects
Unverified Commit a0d2d81c authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

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

parent eea12437
Branches
Tags
No related merge requests found
Support the standardized `m.login.sso` user-interactive authentication flow.
...@@ -61,7 +61,7 @@ class LoginType(object): ...@@ -61,7 +61,7 @@ class LoginType(object):
MSISDN = "m.login.msisdn" MSISDN = "m.login.msisdn"
RECAPTCHA = "m.login.recaptcha" RECAPTCHA = "m.login.recaptcha"
TERMS = "m.login.terms" TERMS = "m.login.terms"
SSO = "org.matrix.login.sso" SSO = "m.login.sso"
DUMMY = "m.login.dummy" DUMMY = "m.login.dummy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment