Single Sign On (SSO) and LDAP

Hi,

SonarQube version: 8.1

I’m just wondering if we can integrate SSO with LDAP or it only doable through http headers.

Thank you,

Toan Vo

Hi,

it’s possible with Sonarqube behind a reverse proxy.
We’ve tried with Apache on Windows and Sonarqube 6.x some time ago.
It is tricky, a real PITA. It worked, but the web api calls had to use it’s own port.
That’s where we stopped using SSO, running with good old nasty login again.

Before with the LDAP plugin provided by Microsoft it was a piece of cake.

Gilbert

1 Like

Thanks for replying. And SonarSource dropped support for the LDAP plugin right? It is built in with SonarQube 8.1 :frowning:

No, it’s just builtin now, no additional plugin needed anymore.
Features and properties are still the same.
Microsoft provided the LDAP plugin for Sonarqube 5.x