Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update to the stable SSO prefix for UI Auth. (#7630)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Jun 5, 2020
1 parent eea1243 commit a0d2d81
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 a0d2d81

Please sign in to comment.