| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve SAML error messages (#8248) | Patrick Cloke | 2020-09-14 | 1 | -30/+4 |
* | Fix a regression from calling read_templates. (#8252) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 2020-08-17 | 1 | -11/+3 |
* | Implement login blocking based on SAML attributes (#8052) | Richard van der Hoff | 2020-08-11 | 1 | -0/+50 |
* | Increase the default SAML session expirary time to 15 minutes. (#7664) | Patrick Cloke | 2020-06-11 | 1 | -2/+2 |
* | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 2020-06-03 | 1 | -0/+2 |
* | Clean up exception handling in SAML2ResponseResource (#7614) | Richard van der Hoff | 2020-06-03 | 1 | -5/+13 |
* | Fix indention in generated config file (#7300) | Lars Franke | 2020-04-20 | 1 | -22/+22 |
* | Lint | Brendan Abolivier | 2020-03-11 | 1 | -2/+1 |
* | Put the file in the templates directory | Brendan Abolivier | 2020-03-11 | 1 | -12/+21 |
* | Update wording and config | Brendan Abolivier | 2020-03-11 | 1 | -0/+3 |
* | Move the default SAML2 error HTML to a dedicated file | Brendan Abolivier | 2020-03-11 | 1 | -18/+11 |
* | Rephrase default message | Brendan Abolivier | 2020-03-10 | 1 | -2/+2 |
* | Lint | Brendan Abolivier | 2020-03-10 | 1 | -1/+1 |
* | SAML2: render a comprehensible error page if something goes wrong | Brendan Abolivier | 2020-03-10 | 1 | -0/+26 |
* | Delegate remote_user_id mapping to the saml mapping provider (#6723) | Richard van der Hoff | 2020-01-17 | 1 | -0/+1 |
* | Allow SAML username provider plugins (#6411) | Andrew Morgan | 2019-12-10 | 1 | -60/+126 |
* | Add config linting script that checks for bool casing (#6203) | Andrew Morgan | 2019-10-23 | 1 | -1/+1 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_work | Richard van der Hoff | 2019-09-24 | 1 | -6/+42 |
|\ |
|
| * | Merge pull request #6069 from matrix-org/rav/fix_attribute_mapping | Richard van der Hoff | 2019-09-24 | 1 | -6/+42 |
| |\ |
|
| | * | docstrings and comments | Richard van der Hoff | 2019-09-24 | 1 | -7/+21 |
| | * | Fix a bug with saml attribute maps. | Richard van der Hoff | 2019-09-19 | 1 | -6/+28 |
* | | | Record mappings from saml users in an external table | Richard van der Hoff | 2019-09-13 | 1 | -2/+76 |
|/ / |
|
* / | Make the sample saml config closer to our standards | Richard van der Hoff | 2019-09-13 | 1 | -51/+62 |
|/ |
|
* | cleanups | Richard van der Hoff | 2019-06-27 | 1 | -6/+13 |
* | Add support for tracking SAML2 sessions. | Richard van der Hoff | 2019-06-26 | 1 | -1/+19 |
* | Merge branch 'develop' into rav/saml2_client | Richard van der Hoff | 2019-06-26 | 1 | -11/+11 |
|\ |
|
| * | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
| * | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
| * | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -9/+9 |
* | | Code cleanups and simplifications. | Richard van der Hoff | 2019-06-11 | 1 | -1/+6 |
* | | SAML2 Improvements and redirect stuff | Alexander Trost | 2019-06-02 | 1 | -0/+1 |
|/ |
|
* | Remove periods from copyright headers (#5046) | Andrew Morgan | 2019-04-11 | 1 | -1/+1 |
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 1 | -1/+1 |
* | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -33/+32 |
* | Implement SAML2 authentication (#4267) | Richard van der Hoff | 2018-12-07 | 1 | -0/+110 |