summary refs log tree commit diff
path: root/synapse/config/oidc_config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-590/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update the OIDC sample config (#9695)Richard van der Hoff2021-03-291-31/+3
* Enable flake8-bugbear, but disable most checks. (#9499)Jonathan de Jong2021-03-161-1/+3
* Add SSO attribute requirements for OIDC providers (#9609)Hubbe2021-03-161-1/+39
* Add support for stable MSC2858 API (#9617)Richard van der Hoff2021-03-161-2/+11
* JWT OIDC secrets for Sign in with Apple (#9549)Richard van der Hoff2021-03-091-7/+82
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+9
* Merge tag 'v1.27.0rc2' into developPatrick Cloke2021-02-111-1/+4
|\
| * Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-111-1/+4
* | Fix escaping of braces in OIDC sample config. (#9317)Patrick Cloke2021-02-041-5/+5
|/
* Put OIDC callback URI under /_synapse/client. (#9288)Richard van der Hoff2021-02-011-1/+1
* Merge branch 'social_login' into developRichard van der Hoff2021-02-011-1/+2
|\
| * Replace username picker with a template (#9275)Richard van der Hoff2021-02-011-1/+2
* | Merge branch 'social_login' into developRichard van der Hoff2021-01-281-28/+39
|\|
| * 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
* | Do not require the CAS service URL setting (use public_baseurl instead). (#9199)Patrick Cloke2021-01-261-2/+1
|/
* 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