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 users can login fine using the username@domain syntax. Since adding the users to sonarqube groups doesnt work (as soon as the user logs in the membership in the sonarqube group is revoked), I'm trying to add an AD group. I've added it using the groupname@domain syntax, and added permissions to it but it doesn't appear to do anything and users don't have the permissions that are associated with the group.
I can't see anything about the group in the logs, how do I troubleshoot this? My configuration is:
What worked for me was to check how the @Domain was written after the usernames and then copied this to the group and this worked. the downcase worked for the group but not for the domain extension in my case. I had development@DOMAIN. Hope this helps.
My users can login fine using the username@domain syntax. Since adding the users to sonarqube groups doesnt work (as soon as the user logs in the membership in the sonarqube group is revoked), I'm trying to add an AD group. I've added it using the groupname@domain syntax, and added permissions to it but it doesn't appear to do anything and users don't have the permissions that are associated with the group.
I can't see anything about the group in the logs, how do I troubleshoot this? My configuration is:
Active Directory configuration
sonar.security.realm=ACTIVE_DIRECTORY
ldap.windows.group.downcase=true
The group is called "Development", and I've added it as development@domain
The text was updated successfully, but these errors were encountered: