summary refs log tree commit diff
path: root/synapse/config/saml2_config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better formatting for config errors from modules (#8874)Richard van der Hoff2020-12-081-1/+1
* SAML: Allow specifying the IdP entityid to use. (#8630)Ben Banfield-Zanin2020-11-191-0/+10
* SAML: Document allowing a clock/time difference from IdP (#8731)Marcus Schopen2020-11-181-0/+6
* SAML: add <mdui:UIInfo> element examples (#8718)Marcus Schopen2020-11-131-0/+22
* Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635)Patrick Cloke2020-10-301-38/+43
* Improve SAML error messages (#8248)Patrick Cloke2020-09-141-30/+4
* Fix a regression from calling read_templates. (#8252)Patrick Cloke2020-09-041-1/+1
* Use the default templates when a custom template file cannot be found (#8037)Andrew Morgan2020-08-171-11/+3
* Implement login blocking based on SAML attributes (#8052)Richard van der Hoff2020-08-111-0/+50
* Increase the default SAML session expirary time to 15 minutes. (#7664)Patrick Cloke2020-06-111-2/+2
* Cleanups to the OpenID Connect integration (#7628)Richard van der Hoff2020-06-031-0/+2
* Clean up exception handling in SAML2ResponseResource (#7614)Richard van der Hoff2020-06-031-5/+13
* Fix indention in generated config file (#7300)Lars Franke2020-04-201-22/+22
* LintBrendan Abolivier2020-03-111-2/+1
* Put the file in the templates directoryBrendan Abolivier2020-03-111-12/+21
* Update wording and configBrendan Abolivier2020-03-111-0/+3
* Move the default SAML2 error HTML to a dedicated fileBrendan Abolivier2020-03-111-18/+11
* Rephrase default messageBrendan Abolivier2020-03-101-2/+2
* LintBrendan Abolivier2020-03-101-1/+1
* SAML2: render a comprehensible error page if something goes wrongBrendan Abolivier2020-03-101-0/+26
* Delegate remote_user_id mapping to the saml mapping provider (#6723)Richard van der Hoff2020-01-171-0/+1
* Allow SAML username provider plugins (#6411)Andrew Morgan2019-12-101-60/+126
* Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-1/+1
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_workRichard van der Hoff2019-09-241-6/+42
|\
| * Merge pull request #6069 from matrix-org/rav/fix_attribute_mappingRichard van der Hoff2019-09-241-6/+42
| |\
| | * docstrings and commentsRichard van der Hoff2019-09-241-7/+21
| | * Fix a bug with saml attribute maps.Richard van der Hoff2019-09-191-6/+28
* | | Record mappings from saml users in an external tableRichard van der Hoff2019-09-131-2/+76
|/ /
* / Make the sample saml config closer to our standardsRichard van der Hoff2019-09-131-51/+62
|/
* cleanupsRichard van der Hoff2019-06-271-6/+13
* Add support for tracking SAML2 sessions.Richard van der Hoff2019-06-261-1/+19
* Merge branch 'develop' into rav/saml2_clientRichard van der Hoff2019-06-261-11/+11
|\
| * 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
| * Run Black. (#5482)Amber Brown2019-06-201-9/+9
* | Code cleanups and simplifications.Richard van der Hoff2019-06-111-1/+6
* | SAML2 Improvements and redirect stuffAlexander Trost2019-06-021-0/+1
|/
* Remove periods from copyright headers (#5046)Andrew Morgan2019-04-111-1/+1
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-1/+1
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-33/+32
* Implement SAML2 authentication (#4267)Richard van der Hoff2018-12-071-0/+110