-
SonarQube version: 8.9.1.44547 (Community Edition)
-
Task: We are trying to integrate our AAD (Azure Active Directory) with SonarQube so that only the users from AAD can access the Sonarqube and users/groups can be added from AAD.
-
What have been done till now?:
- Using Enterprise application in Azure for “Login with SAML”: We have followed the step-by-step instructions provided in the docs.microsoft.com".
When we test the Single sign-on from portal, we received the below message on browser:
Since the Sign On URL Pattern as shared in the documentation and portal is like “https://servicessonar..com” we followed the same.
Further on trying to use “Login with SAML” for access the Sonarqube, we are receiving the below error message after the AAD authentication:
“Reason: The response was received at http://hostname.com/oauth2/callback/saml instead of https://hostname.com/oauth2/callback/saml”
However, we are using the HTTPS for Sonarqube.
- Using Enterprise application in Azure for “Login with SAML”: We have followed the step-by-step instructions provided in the docs.microsoft.com".
Need help: 1. To understand what configuration we have done incorrectly and how to resolve the error message.
2. To enable users to login using SAML from AAD.
3. Is AAD integration available in Sonarqube Community Edition v8.9.1.44547
Please let me know in case any additional details are required.