Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635) | Patrick Cloke | 2020-10-30 | 1 | -4/+3 |
| | |||||
* | Add config option for always using "userinfo endpoint" for OIDC (#7658) | BBBSnowball | 2020-10-01 | 1 | -0/+9 |
| | | | This allows for connecting to certain IdPs, e.g. GitLab. | ||||
* | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 1 | -0/+8 |
| | |||||
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -0/+6 |
| | | | | | | | Co-authored-by: Benjamin Koch <bbbsnowball@gmail.com> This adds configuration flags that will match a user to pre-existing users when logging in via OpenID Connect. This is useful when switching to an existing SSO system. | ||||
* | fix broken link in sample config (#7712) | Richard van der Hoff | 2020-06-16 | 1 | -1/+1 |
| | |||||
* | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 2020-06-03 | 1 | -75/+101 |
| | | | | docs, default configs, comments. Nothing very significant. | ||||
* | Fix sample config docs error (#7581) | Jason Robinson | 2020-05-27 | 1 | -1/+1 |
| | | | | | | 'client_auth_method' commented out value was erronously 'client_auth_basic', when code and docstring says it should be 'client_secret_basic'. Signed-off-by: Jason Robinson <jasonr@matrix.org> | ||||
* | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 1 | -0/+177 |