spookygames / flarum-ext-auth-keycloak

Keycloak OAuth Flarum Extension
MIT License
17 stars 3 forks source link

Support disabling of "group" sync. #7

Closed jcosmo closed 3 years ago

jcosmo commented 4 years ago

Would be nice if the keycloak sync could be configured so that it does not try to update the groups for the user as they log in.

This leaves it open to having flarum-local groups which are managed locally rather than having to maintain the groups in keycloak (or whatever auth system is backing keycloak)

arthurtemple commented 4 years ago

Good call, I'm thinking about sync'ing groups only when the "Role mapping" option is set, would this fit your needs?