summary refs log tree commit diff
path: root/synapse/handlers/cas_handler.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-301-1/+1
* Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-091-1/+1
* Support CAS in UI Auth flows. (#7186)Patrick Cloke2020-04-031-72/+89
* Refactor the CAS code (move the logic out of the REST layer to a handler) (#7...Patrick Cloke2020-03-261-0/+204