synapse/tests/handlers
Richard van der Hoff 4d9496559d
Support "identifier" dicts in UIA (#8848)
The spec requires synapse to support `identifier` dicts for `m.login.password`
user-interactive auth, which it did not (instead, it required an undocumented
`user` parameter.)

To fix this properly, we need to pull the code that interprets `identifier`
into `AuthHandler.validate_login` so that it can be called from the UIA code.

Fixes #5665.
2020-12-01 17:42:26 +00:00
..
__init__.py
test_admin.py
test_appservice.py
test_auth.py Simplify the way the HomeServer object caches its internal attributes. (#8565) 2020-11-30 13:28:44 -05:00
test_device.py
test_directory.py Remove redundant HomeserverTestCase.render 2020-11-16 18:24:08 +00:00
test_e2e_keys.py
test_e2e_room_keys.py
test_federation.py Consistently use room_id from federation request body (#8776) 2020-11-19 10:05:33 +00:00
test_message.py Remove redundant HomeserverTestCase.render 2020-11-16 18:24:08 +00:00
test_oidc.py Support trying multiple localparts for OpenID Connect. (#8801) 2020-11-25 10:04:22 -05:00
test_password_providers.py Support "identifier" dicts in UIA (#8848) 2020-12-01 17:42:26 +00:00
test_presence.py
test_profile.py
test_register.py
test_stats.py
test_sync.py Add admin API for logging in as a user (#8617) 2020-11-17 10:51:25 +00:00
test_typing.py Remove redundant HomeserverTestCase.render 2020-11-16 18:24:08 +00:00
test_user_directory.py Remove redundant HomeserverTestCase.render 2020-11-16 18:24:08 +00:00