SonarQube + Azure AD Groups

I have SonarQube 8.2 deployed in an Azure environment, configured to use SSO (SAML). Users can login without any hassles.

The problem I am facing is that when any user authenticates to SonarQube it places them in the default “sonar-users” group.

I would like certain groups in Azure AD to have admin access in SonarQube without having to manually configure this after the user has logged in.

Is this possible?

Any help would be greatly appreciated.

Hey there!

Can you clarify if you’re using SonarQube’s native SAML authentication, or the community-supported plugin found at hkamel/sonar-auth-aad to enable authentication with Azure AD?

I’m using SonarQube’s native SAML authentication.

I will read through the documentation of the plugin you have provided. It might just resolve my issue.