Hi,
We are using
- Sonarqube Communitiy Edition, build v25.1.102122
It works with local users (sonarqube’s users).
I am trying to find tutorial how to setup that users can login automatically, with intranet/AD authentication.
I have domain controller, proxy and azure devops server, everything is local, no cloud implementation.
I enable SSO in sonar.properties
SSO AUTHENTICATION
sonar.web.sso.enable=false
sonar.web.sso.loginHeader=X-Forwarded-Login
sonar.web.sso.nameHeader=X-Forwarded-Name
sonar.web.sso.emailHeader=X-Forwarded-Email
sonar.web.sso.groupsHeader=X-Forwarded-Groups
sonar.web.sso.refreshIntervalInMinutes=5
But nothing is happening … How and where is connection with proxy, AD ? For any information about concrete implementation, I would be grateful.
thank you for your time,
Keli