summary refs log tree commit diff
path: root/synapse/config/saml2.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rip out half-implemented m.login.saml2 support (#4265)Richard van der Hoff2018-12-061-55/+0
| | | | | | | | | | | | | * Rip out half-implemented m.login.saml2 support This was implemented in an odd way that left most of the work to the client, in a way that I really didn't understand. It's going to be a pain to maintain, so let's start by ripping it out. * drop undocumented dependency on dateutil It turns out we were relying on dateutil being pulled in transitively by pysaml2. There's no need for that bloat.
* Add config option to disable password loginErik Johnston2015-10-221-1/+2
|
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
| | | | | | | | | | SYN-287 This requires that HS owners either opt in or out of stats reporting. When --generate-config is passed, --report-stats must be specified If an already-generated config is used, and doesn't have the report_stats key, it is requested to be set.
* Small tweaks to SAML2 configuration.Erik Johnston2015-07-101-18/+30
| | | | | - Add saml2 config docs to default config. - Use existence of saml2 config to indicate if saml2 should be enabled.
* 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