summary refs log tree commit diff
path: root/synapse/config/saml2.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-11/+16
* Allow customizing IdP name and icon for SAML and CAS (#16094)Gabriel Rodríguez2023-08-111-0/+6
* Allow dependency errors to pass through (#13113)Jacek Kuśnierz2022-06-301-7/+2
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-183/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-5/+5
* Use importlib.metadata to read requirements (#12088)David Robertson2022-03-011-1/+1
* Additional type hints for config module. (#11465)Patrick Cloke2021-12-011-10/+11
* Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-081-4/+1
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-1/+1
* Add missing type hints to synapse.util (#9982)Patrick Cloke2021-05-241-1/+7
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-0/+420
* Rip out half-implemented m.login.saml2 support (#4265)Richard van der Hoff2018-12-061-55/+0
* Add config option to disable password loginErik Johnston2015-10-221-1/+2
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Small tweaks to SAML2 configuration.Erik Johnston2015-07-101-18/+30
* Make SAML2 optional and add some references/commentsMuthu Subramanian2015-07-091-0/+14
* code beautifyMuthu Subramanian2015-07-081-1/+2
* Integrate SAML2 basic authentication - uses pysaml2Muthu Subramanian2015-07-081-0/+27