Two Discourses with SSO: avoid admin/moderator sync

We have two Discourses set up, where one uses SSO against the other one.
However, we do not want to synchronize admin and moderator privs, but they are synced every time a user logs in on the SSO client forum.

sso_overrides_groups has been disabled. It does not seem to work for admin and moderator privileges, when I look at the code those are implemented separately (https://github.com/discourse/discourse/blob/master/app/models/discourse_single_sign_on.rb#L78-L102)

Is this by design, or is this a bug? Does anyone know a way around this?

Any thoughts on this @sam?

We are going to need 2 extra site settings here:

sso_provider_include_groups
sso_provider_include_staff_flags

I think the default is correct though.

Еще актуально отправить PR по этому вопросу, @sam?

Да, я поддерживаю добавление чего-то здесь — это явно должно находиться на стороне клиента. Однако у меня есть небольшие трудности с названием.

Возможно, sso_sync_staff или sso_sync_groups? Проблема с sso_sync_groups в том, что возникает конфликт имён с sso_overrides_groups.

Поэтому, возможно, лучше использовать sso_incoming_scopes со значением по умолчанию staff,groups..., тогда вы сможете выбрать, какие входящие области (scopes) разрешать.