summary refs log tree commit diff
path: root/synapse/config/oidc_config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add 'brand' field to MSC2858 response (#9242)Richard van der Hoff2021-01-271-25/+27
* Support for scraping email addresses from OIDC providers (#9245)Richard van der Hoff2021-01-271-3/+12
* Add a check for duplicate IdP ids (#9184)Richard van der Hoff2021-01-211-0/+11
* Prefix idp_id with "oidc-" (#9189)Richard van der Hoff2021-01-211-4/+24
* Tighten the restrictions on `idp_id` (#9177)Richard van der Hoff2021-01-201-3/+9
* Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-0/+20
* Give `public_baseurl` a default value (#9159)Richard van der Hoff2021-01-201-2/+0
* Fix error messages from OIDC config parsing (#9153)Richard van der Hoff2021-01-191-10/+15
* Land support for multiple OIDC providers (#9110)Richard van der Hoff2021-01-151-142/+187
* Store an IdP ID in the OIDC session (#9109)Richard van der Hoff2021-01-151-3/+23
* Add jsonschema verification for the oidc provider configRichard van der Hoff2021-01-131-0/+50
* Extract OIDCProviderConfig objectRichard van der Hoff2021-01-131-45/+120
* Implement a username picker for synapse (#8942)Richard van der Hoff2020-12-181-2/+3
* Better formatting for config errors from modules (#8874)Richard van der Hoff2020-12-081-1/+1
* Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635)Patrick Cloke2020-10-301-4/+3
* Add config option for always using "userinfo endpoint" for OIDC (#7658)BBBSnowball2020-10-011-0/+9
* Allow additional SSO properties to be passed to the client (#8413)Patrick Cloke2020-09-301-0/+8
* Allow existing users to login via OpenID Connect. (#8345)Tdxdxoz2020-09-251-0/+6
* fix broken link in sample config (#7712)Richard van der Hoff2020-06-161-1/+1
* Cleanups to the OpenID Connect integration (#7628)Richard van der Hoff2020-06-031-75/+101
* Fix sample config docs error (#7581)Jason Robinson2020-05-271-1/+1
* Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-081-0/+177