discourse/plugins/discourse-openid-connect/spec/lib
David Taylor f6fb1c0827
FEATURE: Support syncing User Field values from OAuth2 and OIDC (#40036)
Introduces `*_user_field_mappings` settings to the OAuth2 and OIDC
plugins. These allow syncing data from the identity provider to
Discourse User Fields.

The fundamentals are implemented in core, just like other Auth::Result
user information. The plugins are only responsible for the
configuration, and parsing the data from their respective auth flows.

The SAML plugin already implements a very similar feature, which could
be updated to use this new core logic in future.
2026-05-14 18:14:25 +01:00
..
omniauth_open_id_connect_spec.rb FEATURE: Support oidc groups claim from id_token (#40035) 2026-05-14 17:10:48 +01:00
openid_connect_authenticator_spec.rb FEATURE: Support syncing User Field values from OAuth2 and OIDC (#40036) 2026-05-14 18:14:25 +01:00