summary refs log tree commit diff
path: root/tests/handlers/test_saml.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-7/+7
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-7/+6
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-7/+7
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-11/+22
* Use `getClientAddress` instead of `getClientIP`. (#12599)Patrick Cloke2022-05-041-1/+1
* Fix logging of incorrect status codes for disconnected requests (#12580)Sean Quah2022-04-281-1/+13
* Add type hints to some tests/handlers files. (#12224)Dirk Klimpel2022-03-151-10/+14
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-061-5/+35
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Record the SSO Auth Provider in the login token (#9510)Richard van der Hoff2021-03-041-5/+5
* Combine the CAS & SAML implementations for required attributes. (#9326)Patrick Cloke2021-02-111-1/+55
* Improve styling and wording of SSO redirect confirm template (#9272)Richard van der Hoff2021-02-011-4/+4
* Remove SynapseRequest.get_user_agent (#9069)Richard van der Hoff2021-01-121-1/+1
* Push login completion down into SsoHandler (#8941)Richard van der Hoff2020-12-161-4/+4
* Preparatory refactoring of the SamlHandlerTestCase (#8938)Richard van der Hoff2020-12-151-43/+89
* Skip the SAML tests if xmlsec1 isn't available. (#8905)Patrick Cloke2020-12-091-0/+23
* Fix a regression that mapping providers should be able to redirect users. (#8...Patrick Cloke2020-12-041-0/+28
* Fix a regression when grandfathering SAML users. (#8855)Patrick Cloke2020-12-021-1/+33
* Add basic SAML tests for mapping users. (#8800)Patrick Cloke2020-12-021-0/+136