summary refs log tree commit diff
path: root/tests/handlers/test_saml.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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