summary refs log tree commit diff
path: root/tests/handlers/test_saml.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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. ↵Patrick Cloke2020-12-041-0/+28
| | | | | (#8878) This was broken in #8801.
* Fix a regression when grandfathering SAML users. (#8855)Patrick Cloke2020-12-021-1/+33
| | | | | | This was broken in #8801 when abstracting code shared with OIDC. After this change both SAML and OIDC have a concept of grandfathering users, but with different implementations.
* Add basic SAML tests for mapping users. (#8800)Patrick Cloke2020-12-021-0/+136