summary refs log tree commit diff
path: root/synapse/config/cas.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Merge tag 'v1.27.0rc2' into developPatrick Cloke2021-02-111-7/+9
|\
| * Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-111-7/+9
* | Combine the CAS & SAML implementations for required attributes. (#9326)Patrick Cloke2021-02-111-2/+30
|/
* Do not require the CAS service URL setting (use public_baseurl instead). (#9199)Patrick Cloke2021-01-261-5/+7
* Land support for multiple OIDC providers (#9110)Richard van der Hoff2021-01-151-1/+1
* Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635)Patrick Cloke2020-10-301-12/+34
* cas: support setting display name (#6114)Valérian Rousset2019-10-111-0/+3
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-0/+1
* fix typoMatthew Hodgson2017-10-291-1/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Allow hs to do CAS login completely and issue the client with a login token t...Steven Hammerton2015-11-051-1/+1
* Add service URL to CAS configSteven Hammerton2015-11-041-0/+3
* Add config option to disable password loginErik Johnston2015-10-221-1/+2
* Default cas_required_attributes to empty dictionarySteven Hammerton2015-10-121-1/+1
* Support multiple required attributes in CAS response, and in a nicer config f...Steven Hammerton2015-10-121-15/+4
* Allow optional config params for a required attribute and it's value, if spec...Steven Hammerton2015-10-121-0/+15
* Provide ability to login using CASSteven Hammerton2015-10-101-0/+39