You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My userbase is stored in an OpenID Connect server, and I would like to sync the groups defined in the OIDC server with Humhub. I looked at the code to tackle this ticket on yii2-authclient, and I noticed that AuthClientHelpers::updateUser would be a good place to update a user groups after login.
Would you be OK for a patch that would edit the updateUser method, so it would read a groups user attribute, create groups if not existing, and assign the user to those groups?
The text was updated successfully, but these errors were encountered:
My userbase is stored in an OpenID Connect server, and I would like to sync the groups defined in the OIDC server with Humhub. I looked at the code to tackle this ticket on yii2-authclient, and I noticed that AuthClientHelpers::updateUser would be a good place to update a user groups after login.
Would you be OK for a patch that would edit the
updateUser
method, so it would read agroups
user attribute, create groups if not existing, and assign the user to those groups?The text was updated successfully, but these errors were encountered: