| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename handler and config modules which end in handler/config. (#9816) | Patrick Cloke | 2021-04-20 | 1 | -517/+0 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Add support for stable MSC2858 API (#9617) | Richard van der Hoff | 2021-03-16 | 1 | -0/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -2/+4 |
* | Combine the CAS & SAML implementations for required attributes. (#9326) | Patrick Cloke | 2021-02-11 | 1 | -22/+4 |
* | Put SAML callback URI under /_synapse/client. (#9289) | Richard van der Hoff | 2021-02-02 | 1 | -1/+1 |
* | Add 'brand' field to MSC2858 response (#9242) | Richard van der Hoff | 2021-01-27 | 1 | -1/+2 |
* | Support icons for Identity Providers (#9154) | Richard van der Hoff | 2021-01-20 | 1 | -0/+4 |
* | Add initial support for a "pick your IdP" page (#9017) | Richard van der Hoff | 2021-01-05 | 1 | -0/+3 |
* | Combine the SSO Redirect Servlets (#9015) | Richard van der Hoff | 2021-01-04 | 1 | -7/+18 |
* | Push login completion down into SsoHandler (#8941) | Richard van der Hoff | 2020-12-16 | 1 | -25/+12 |
* | Preparatory refactoring of the SamlHandlerTestCase (#8938) | Richard van der Hoff | 2020-12-15 | 1 | -0/+23 |
* | Refactor `SsoHandler.get_mxid_from_sso` (#8900) | Richard van der Hoff | 2020-12-10 | 1 | -13/+8 |
* | Simplify the flow for SSO UIA (#8881) | Richard van der Hoff | 2020-12-08 | 1 | -15/+49 |
* | Fix a regression when grandfathering SAML users. (#8855) | Patrick Cloke | 2020-12-02 | 1 | -4/+5 |
* | Add basic SAML tests for mapping users. (#8800) | Patrick Cloke | 2020-12-02 | 1 | -1/+1 |
* | Support trying multiple localparts for OpenID Connect. (#8801) | Patrick Cloke | 2020-11-25 | 1 | -63/+28 |
* | Properly report user-agent/IP during registration of SSO users. (#8784) | Patrick Cloke | 2020-11-23 | 1 | -3/+3 |
* | Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773) | Andrew Morgan | 2020-11-23 | 1 | -2/+3 |
* | Improve error checking for OIDC/SAML mapping providers (#8774) | Patrick Cloke | 2020-11-19 | 1 | -0/+6 |
* | SAML: Allow specifying the IdP entityid to use. (#8630) | Ben Banfield-Zanin | 2020-11-19 | 1 | -1/+2 |
* | Abstract shared SSO code. (#8765) | Patrick Cloke | 2020-11-17 | 1 | -54/+23 |
* | Fix handling of User-Agent headers with bad utf-8. (#8632) | Erik Johnston | 2020-10-23 | 1 | -3/+1 |
* | Use slots in attrs classes where possible (#8296) | Patrick Cloke | 2020-09-14 | 1 | -1/+1 |
* | Improve SAML error messages (#8248) | Patrick Cloke | 2020-09-14 | 1 | -59/+110 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -2/+2 |
* | Allow denying or shadow banning registrations via the spam checker (#8034) | Patrick Cloke | 2020-08-20 | 1 | -2/+16 |
* | Implement login blocking based on SAML attributes (#8052) | Richard van der Hoff | 2020-08-11 | 1 | -6/+36 |
* | Add additional logging for SAML sessions. (#7971) | Patrick Cloke | 2020-07-29 | 1 | -0/+3 |
* | Clean up exception handling in SAML2ResponseResource (#7614) | Richard van der Hoff | 2020-06-03 | 1 | -30/+11 |
* | allow emails to be passed through SAML (#7385) | Christopher Cooper | 2020-05-27 | 1 | -2/+10 |
* | Add more type hints to SAML handler. (#7445) | Patrick Cloke | 2020-05-07 | 1 | -12/+16 |
* | Persist user interactive authentication sessions (#7302) | Patrick Cloke | 2020-04-30 | 1 | -1/+1 |
* | Do not allow a deactivated user to login via SSO. (#7240) | Patrick Cloke | 2020-04-09 | 1 | -1/+1 |
* | Support SAML in the user interactive authentication workflow. (#7102) | Patrick Cloke | 2020-04-01 | 1 | -10/+41 |
* | Allow RedirectResponse in SAML response handler | Jason Robinson | 2020-03-26 | 1 | -0/+4 |
* | SAML2: render a comprehensible error page if something goes wrong | Brendan Abolivier | 2020-03-10 | 1 | -1/+19 |
* | Fix wrong handler being used in SAML handler | Brendan Abolivier | 2020-03-03 | 1 | -3/+2 |
* | Merge pull request #6724 from matrix-org/rav/log_saml_attributes | Richard van der Hoff | 2020-01-17 | 1 | -1/+12 |
|\ |
|
| * | Log saml assertions rather than the whole response | Richard van der Hoff | 2020-01-16 | 1 | -1/+12 |
* | | Delegate remote_user_id mapping to the saml mapping provider (#6723) | Richard van der Hoff | 2020-01-17 | 1 | -6/+21 |
|/ |
|
* | Pass client redirect URL into SAML mapping providers | Richard van der Hoff | 2020-01-12 | 1 | -4/+11 |
* | Pass the module_api into the SamlMappingProvider | Richard van der Hoff | 2020-01-12 | 1 | -2/+5 |
* | Allow SAML username provider plugins (#6411) | Andrew Morgan | 2019-12-10 | 1 | -28/+170 |
* | More better logging | Richard van der Hoff | 2019-09-20 | 1 | -1/+2 |
* | better logging | Richard van der Hoff | 2019-09-19 | 1 | -0/+2 |
* | Record mappings from saml users in an external table | Richard van der Hoff | 2019-09-13 | 1 | -8/+95 |
* | Address review comments | Richard van der Hoff | 2019-07-01 | 1 | -5/+7 |
* | cleanups | Richard van der Hoff | 2019-06-27 | 1 | -0/+121 |