Reputation: 93
I have nginx-->SonarQube. nginx is able to forward requests successfully. We want to integrate Authentication with Azure AD. We followed instructions from here: https://www.emtec.digital/think-hub/blogs/sonarqube-integration-azure-active-directory/
So when I access https://mycompany.com, I get login page which has "Login with Microsoft" and More options(you can login with local user). When I enter username and password for Microsoft , we see that Azure AD is returning the token, but SonarQube rejects after that. I see that in the sonarqube access log
"GET /api/navigation/global HTTP/1.1" 401 - "https://mycompany.com/sonar/oauth2/callback/aad?co
So it goes back to login page again. Not sure what I am doing wrong.
Upvotes: 0
Views: 1042
Reputation: 10831
Please check with below points:
Referencs:
Upvotes: 1