Skip to content

Commit

Permalink
Update to the stable SSO prefix for UI Auth. (matrix-org#7630)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored and phil-flex committed Jun 16, 2020
1 parent 7e032a8 commit 32f4e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/7630.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support the standardized `m.login.sso` user-interactive authentication flow.
2 changes: 1 addition & 1 deletion synapse/api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 32f4e1c

Please sign in to comment.