0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-openid-connect/spec
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
..
lib FEATURE: Support syncing User Field values from OAuth2 and OIDC (#40036) 2026-05-14 18:14:25 +01:00
requests DEV: Add optional setting to include client_id in oidc logout endpoint url (#37818) 2026-02-13 10:47:51 -06:00
system DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00