mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 23:46:52 +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.
1 line
119 B
Gherkin
1 line
119 B
Gherkin
Support [RFC7636](https://datatracker.ietf.org/doc/html/rfc7636) Proof Key for Code Exchange for OAuth single sign-on.
|