Issue with SCIM Provisioning in Azure AD

We’re facing an issue while setting up SCIM provisioning between Azure AD and SonarQube, following the official SonarQube documentation. Although we’ve generated a valid SonarQube user token, the connection test in Azure AD fails.

After completing Step 4: Configure the Admin Credentials as outlined in the SCIM documentation, we encounter the following error:

Error code: SystemForCrossDomainIdentityManagementCredentialValidationUnavailable
Details: We received this unexpected response from your application:
Message: An error occurred while sending the request.
Please check the service and try again.
Request-id:

We’ve double-checked that the token is valid, but the problem persists when trying to establish the connection in Azure AD.

Has anyone encountered this issue before, or can you provide guidance on how to resolve this error?

Hi,

Welcome to the community!

My first step here would be to double-check $SONARQUBE-HOME/logs/access.log to make sure the request landed (versus being intercepted by something “helpful” on the network). And then I would check web.log to see if there’s anything interesting there. Note that you may need to bump logging up to DEBUG before it gets useful.

 
HTH,
Ann