discourse/plugins/discourse-openid-connect/lib
David Taylor 2167034172
FEATURE: Enable group sync for OpenID Connect plugin (#39082)
When configured, this will check the configured 'claim' for an array of
group names. These group names will be ingested into core's "Associated
Groups" system.

To connect an OIDC group to a Discourse group, first ensure that at
least one member of the group has logged-in. Then go to the Discourse
group "Manage" tab, then "Membership" -> "Automatic", and select the
`oidc:*` group from the list.

<img width="1099" height="670" alt="SCR-20260402-pyfg"
src="https://github.com/user-attachments/assets/1bb36c9f-5077-47a1-bb4c-e755b87e6622"
/>
2026-04-16 18:04:17 +01:00
..
omniauth_open_id_connect.rb DEV: Fix a jwt deprecation (#39260) 2026-04-14 18:49:32 +02:00
openid_connect_authenticator.rb FEATURE: Enable group sync for OpenID Connect plugin (#39082) 2026-04-16 18:04:17 +01:00
openid_connect_faraday_formatter.rb