mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 20:18:56 -05:00
Add support for the stable version of MSC2778 (#11335)
* Add support for the stable version of MSC2778 Signed-off-by: Tulir Asokan <tulir@maunium.net> * Expect m.login.application_service in login and password provider tests Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
605921bc6b
commit
6f862c5c28
4 changed files with 16 additions and 4 deletions
|
|
@ -31,7 +31,10 @@ from tests.unittest import override_config
|
|||
|
||||
# (possibly experimental) login flows we expect to appear in the list after the normal
|
||||
# ones
|
||||
ADDITIONAL_LOGIN_FLOWS = [{"type": "uk.half-shot.msc2778.login.application_service"}]
|
||||
ADDITIONAL_LOGIN_FLOWS = [
|
||||
{"type": "m.login.application_service"},
|
||||
{"type": "uk.half-shot.msc2778.login.application_service"},
|
||||
]
|
||||
|
||||
# a mock instance which the dummy auth providers delegate to, so we can see what's going
|
||||
# on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue