summary refs log tree commit diff
path: root/synapse/handlers/sso.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-051-3/+15
* Combine the SSO Redirect Servlets (#9015)Richard van der Hoff2021-01-041-2/+84
* Use the SSO handler helpers for CAS registration/login. (#8856)Patrick Cloke2021-01-031-2/+2
* Refactor the CAS handler in prep for using the abstracted SSO code. (#8958)Patrick Cloke2020-12-181-2/+7
* Implement a username picker for synapse (#8942)Richard van der Hoff2020-12-181-8/+246
* Push login completion down into SsoHandler (#8941)Richard van der Hoff2020-12-161-22/+36
* Refactor `SsoHandler.get_mxid_from_sso` (#8900)Richard van der Hoff2020-12-101-15/+42
* Simplify the flow for SSO UIA (#8881)Richard van der Hoff2020-12-081-8/+51
* Fix a regression that mapping providers should be able to redirect users. (#8...Patrick Cloke2020-12-041-5/+22
* Fix a regression when grandfathering SAML users. (#8855)Patrick Cloke2020-12-021-41/+19
* Support trying multiple localparts for OpenID Connect. (#8801)Patrick Cloke2020-11-251-1/+154
* Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773)Andrew Morgan2020-11-231-3/+9
* Abstract shared SSO code. (#8765)Patrick Cloke2020-11-171-0/+90