summary refs log tree commit diff
path: root/synapse/config/oidc.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-11/+16
* Add `client_secret_path` as alternative for `client_secret` for OIDC config (...Maximilian Bosch2023-08-211-1/+15
* Add the ability to enable/disable registrations when in the OIDC flow (#14978)Warren Bailey2023-03-301-0/+5
* Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750)Patrick Cloke2023-01-041-0/+6
* Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-311-0/+12
* Allow dependency errors to pass through (#13113)Jacek KuĊ›nierz2022-06-301-8/+2
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-197/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+2
* Implement a Jinja2 filter to extract localparts from email addresses (#12212)Brendan Abolivier2022-03-111-1/+2
* Update the SSO username picker template to comply with SIWA guidelines (#12210)Brendan Abolivier2022-03-111-2/+7
* Use importlib.metadata to read requirements (#12088)David Robertson2022-03-011-1/+1
* Update documentation for configuring facebook login (#11755)Richard van der Hoff2022-01-171-3/+6
* Additional type hints for config module. (#11465)Patrick Cloke2021-12-011-29/+29
* Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-081-2/+0
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-1/+1
* Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ...Sean2021-09-091-10/+0
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-1/+1
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-2/+2
* Remove `synapse.types.Collection` (#9856)Richard van der Hoff2021-04-221-2/+2
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-0/+595