Hello GD team, I am using JIT provisionning and f...
# gooddata-cloud
c
Hello GD team, I am using JIT provisionning and for user groups the urn.gooddata.user_groups claims. For new groups, I observe that it doesn't set any user group name. Is it possible to create/update user_group names with the urn.gooddata.user_groups claim?
m
Hi Clément, may I know what OIDC provider are you using?
c
auth0
I am using roles in auth0 for user_group
It's working fine. The only issue is that the user_group created has no name
image.png
This what I get
m
Thanks for clarifying. When configuring the
urn.gooddata.user_groups
claim, if it includes user groups that do not already exist in your organization, those groups will be automatically created, in this case without a name. Also note that, since user access rights are derived from their assigned user groups, the creation of unintended or unapproved groups can pose a potential security risk. In Auth0 you can also define a default usergroup for the user/s in its user metadata space.
c
Ok