mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-16 14:25:44 +00:00
PKCE can protect against certain attacks and is enabled by default. Support can be controlled manually by setting the pkce_method of each oidc_providers entry to 'auto' (default), 'always', or 'never'. This is required by Twitter OAuth 2.0 support.