We are integrating Azure AD SSO with SonarQube.
(SonarQube Version: Developer Edition Version 7.9.2 (build 30863))
When configuring Azure AD SSO, Sign-on URL is needed but we can’t find any information about it after we look through the SonarQube official document and Community.
The official document of Azure AD is mentioned that we should set below values for Sign-on URL, but we get “This page cannot be opened, the server with this page is not responding” error while set “https://servicescode-dev.westus.cloudapp.azure.com” for our dev environment.
Their documentation isn’t particularly clear that you should be using your own SonarQube server URL here. You should substitute your own SonarQube URL + /oauth2/callback/saml
I’d start looking in your web.log (potentially with log level increased to DEBUG in the global Administration > System > Log level) for further details.
It looks like a SAML response isn’t being returned,Caused by: com.onelogin.saml2.exception.Error: SAML Response not found, Only supported HTTP_POST Binding.
This is a pretty generic error that usually implies some configuration issue on the IDP (Identity Provider, here Azure AD SSO) side.
Can you share screenshots of your configuration in Azure AD SSO?
Have you added users to the application you’ve created in Azure AD SSO (specifically the user you’re trying to login with?)
About the Sign On Url configuration, I managed to integrate successfully the SonarQube with my Azure AD, setting the value as “https://YOUR_SONAR_HOST/sessions/new”.