Azure AD Integration Error - Application with identifier not found

I am trying to integrate Azure Active Directory (AAD) with SonarQube Community Edition using the Azure AD Authentication Plug-in for SonarQube (version 1.3.2), but I am encountering an authentication error. Below are the details:

  1. Sorry, but we’re having trouble with signing you in.
  2. AADSTS700016: Application with identifier ‘c5ca2dc5-3e2c-484e-80d9-d763dd537c4b’ was not found in the directory ‘Sclera’. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.

Setup Details:

Steps Taken:

  1. Created an app registration in Azure AD.
  2. Configured the app identifier in the SonarQube Azure plugin.
  3. Followed the steps in the Azure AD Authentication Plug-in Documentation.
  4. Attempted to sign in with Azure AD, but received the error message listed above.

Questions/Help Needed:

  • Is this error caused by incorrect tenant configuration, or does it relate to permissions not granted by the Azure AD administrator?
  • How can I verify that the application is correctly registered in Azure AD?
  • Are there any additional settings in SonarQube or Azure AD that I need to configure to resolve this?

Additional Information:

  • I am the administrator of the SonarQube instance.
  • I have not yet received admin approval for this application in Azure AD.



Hi,

You haven’t mentioned your version of SonarQube, but the latest versions natively support Azure AD / Entra ID login via SAML.

If you have questions about that native functionality, let us know.

For the Azure AD plugin, you’ll need to talk to its maintainers.

 
Ann

Hi Ann,

Thank you for your response. I am currently using SonarQube Community Edition v10.7.

Could you please confirm if Azure AD / Entra ID login via SAML is supported in this latest version of the Community Edition? I want to make sure I’m on the right track with configuring Azure AD authentication.

Thank you again for your assistance.

Hi,

Here are the docs for that. (Sorry, I should have linked them earlier.) If this were a commercial feature, the docs would start with that. Since they don’t, you’re good.

 
:slight_smile:
Ann