| Commit message (Expand) | Author | Age | Files | Lines |
* | Add type hints for `tests/unittest.py`. (#12347) | Richard van der Hoff | 2022-04-01 | 1 | -3/+4 |
* | Add type hints to some tests/handlers files. (#12224) | Dirk Klimpel | 2022-03-15 | 1 | -44/+50 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -3/+3 |
* | Adds misc missing type hints (#11953) | Patrick Cloke | 2022-02-11 | 1 | -7/+2 |
* | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 2021-12-06 | 1 | -20/+115 |
* | Rename handler and config modules which end in handler/config. (#9816) | Patrick Cloke | 2021-04-20 | 1 | -4/+4 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -2/+1 |
* | Add SSO attribute requirements for OIDC providers (#9609) | Hubbe | 2021-03-16 | 1 | -0/+132 |
* | JWT OIDC secrets for Sign in with Apple (#9549) | Richard van der Hoff | 2021-03-09 | 1 | -24/+157 |
* | Record the SSO Auth Provider in the login token (#9510) | Richard van der Hoff | 2021-03-04 | 1 | -20/+16 |
* | Support for form_post in OIDC responses (#9376) | Richard van der Hoff | 2021-02-17 | 1 | -13/+13 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -6/+20 |
* | Clean up caching/locking of OIDC metadata load (#9362) | Richard van der Hoff | 2021-02-16 | 1 | -26/+45 |
* | Put OIDC callback URI under /_synapse/client. (#9288) | Richard van der Hoff | 2021-02-01 | 1 | -9/+6 |
* | Improve styling and wording of SSO redirect confirm template (#9272) | Richard van der Hoff | 2021-02-01 | 1 | -10/+14 |
* | Land support for multiple OIDC providers (#9110) | Richard van der Hoff | 2021-01-15 | 1 | -2/+2 |
* | Improve UsernamePickerTestCase (#9112) | Richard van der Hoff | 2021-01-15 | 1 | -118/+2 |
* | Store an IdP ID in the OIDC session (#9109) | Richard van der Hoff | 2021-01-15 | 1 | -1/+2 |
* | Split OidcProvider out of OidcHandler (#9107) | Richard van der Hoff | 2021-01-14 | 1 | -45/+48 |
* | Preparatory refactors of OidcHandler (#9067) | Richard van der Hoff | 2021-01-13 | 1 | -24/+37 |
* | Remove SynapseRequest.get_user_agent (#9069) | Richard van der Hoff | 2021-01-12 | 1 | -2/+1 |
* | Skip unit tests which require optional dependencies (#9031) | Richard van der Hoff | 2021-01-07 | 1 | -1/+18 |
* | Implement a username picker for synapse (#8942) | Richard van der Hoff | 2020-12-18 | 1 | -1/+142 |
* | Make `_make_callback_with_userinfo` async | Richard van der Hoff | 2020-12-15 | 1 | -68/+83 |
* | Remove spurious mocking of complete_sso_login | Richard van der Hoff | 2020-12-15 | 1 | -2/+0 |
* | Test `get_extra_attributes` fallback | Richard van der Hoff | 2020-12-15 | 1 | -11/+21 |
* | Preparatory refactoring of the SamlHandlerTestCase (#8938) | Richard van der Hoff | 2020-12-15 | 1 | -11/+1 |
* | Preparatory refactoring of the OidcHandlerTestCase (#8911) | Richard van der Hoff | 2020-12-14 | 1 | -141/+145 |
* | Merge tag 'v1.24.0rc2' into develop | Patrick Cloke | 2020-12-04 | 1 | -2/+1 |
|\ |
|
| * | Fix a regression that mapping providers should be able to redirect users. (#8... | Patrick Cloke | 2020-12-04 | 1 | -2/+1 |
* | | Factor out FakeResponse from test_oidc | Richard van der Hoff | 2020-12-02 | 1 | -16/+1 |
|/ |
|
* | Fix a regression when grandfathering SAML users. (#8855) | Patrick Cloke | 2020-12-02 | 1 | -0/+8 |
* | Add basic SAML tests for mapping users. (#8800) | Patrick Cloke | 2020-12-02 | 1 | -17/+17 |
* | Support trying multiple localparts for OpenID Connect. (#8801) | Patrick Cloke | 2020-11-25 | 1 | -1/+87 |
* | Improve error checking for OIDC/SAML mapping providers (#8774) | Patrick Cloke | 2020-11-19 | 1 | -20/+69 |
* | Abstract shared SSO code. (#8765) | Patrick Cloke | 2020-11-17 | 1 | -7/+7 |
* | Fix handling of User-Agent headers with bad utf-8. (#8632) | Erik Johnston | 2020-10-23 | 1 | -6/+18 |
* | Add config option for always using "userinfo endpoint" for OIDC (#7658) | BBBSnowball | 2020-10-01 | 1 | -2/+8 |
* | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 1 | -55/+105 |
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -0/+35 |
* | Ensure that the OpenID Connect remote ID is a string. (#8190) | Patrick Cloke | 2020-08-28 | 1 | -2/+39 |
* | Allow denying or shadow banning registrations via the spam checker (#8034) | Patrick Cloke | 2020-08-20 | 1 | -3/+15 |
* | Support UI Authentication for OpenID Connect accounts (#7457) | Patrick Cloke | 2020-05-15 | 1 | -5/+10 |
* | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 1 | -0/+565 |