summary refs log tree commit diff
path: root/synapse/config/saml2.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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