Sonarqube SSO with azure AD

Hi,

i’m a new SonarQube user using SonarQube 9.2.4 -developer
I need to implement SSO with azure AD.

I did everything in this tutorial

now im getting error after I put the user credentials:
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: ‘sonarqube’.

Hi @ran055
the Microsoft tutorial worked fine with me on SonarQube 9.2.
In order to troubleshoot your problem, you should enable SonarQube DEBUG logs (from Administration → System UI) and have a look a the web.log file.

And of course, make sure to have your Sonar base URL (sonar.core.serverBaseURL) configured properly, i.e. with the SonarQube address that can be reached from Azure.

Let me know if this helps.