Community and SSO configuration

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

Hi Keli,

You’re not going to get “automatic” login. What you can get is single sign on: you land at SonarQube and click a button and are logged in without having to re-enter credentials.

The docs should get you started. Given your mention of “intranet/AD” I’m guessing you’re looking specifically for the SAML docs.

 
HTH,
Ann