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
{{ message }}
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.
Hi all,
we are using Crowd groups for authorization of different projects. So we have a lot of Crowd groups which should be created in Sonar automatically.
At the moment I have to create the Sonar group manually and then the group memberships are fetched automatically with this nice plugin.
My idea is, that when fetching the groups from Crowd here:
Hi all,
we are using Crowd groups for authorization of different projects. So we have a lot of Crowd groups which should be created in Sonar automatically.
At the moment I have to create the Sonar group manually and then the group memberships are fetched automatically with this nice plugin.
My idea is, that when fetching the groups from Crowd here:
org.sonar.plugins.crowd.CrowdGroupsProvider.doGetGroups(String
username)I would like to check whether all those groups do exist in Sonar. If not I want to create the group.
My problem is that I can not find the functionality in any of the classes in org.sonar.api
Does anyone know whether to find this in Sonar API?
Kind regards
The text was updated successfully, but these errors were encountered: