SonarQube upgrade information

Hi Team,

We are planning to upgrade SonarQube community edition from v8.9.6 to v9.9,

  1. would like to know if v9.9 supports MS-SQL 2019 standard edition ?

  2. Does SonarQube v9.9 support OIDC protocol authentication for Azure AD ?

Regards,
Azeem

Hi Azeem,

The requirement docs should help regarding the DB.

Based on the authentication docs it doesn’t look like we support delegating auth to Azure.

 
HTH,
Ann

hi Ann
Thanks a lot for your response.
As per the supported Azure AD authentication protocols include SAML 2.0, OpenID Connect, OAuth 2.0, and WS-Federation and SonarQube v9.9 LTS documentation indicates as below:

“SonarQube comes with an onboard user database, as well as the ability to delegate authentication via HTTP headers, GitHub, GitLab, Bitbucket Cloud, SAML, or LDAP. Each method offers user identity management, group synchronization/mapping (group synchronization is not supported for Bitbucket), and authentication.”

Regards,
Azeem

Hi Azeem,

We don’t have an OOTB integration with Azure, but it looks like you found the docs you need to get started.

 
Ann

Thanks Ann