Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.19 KB

Sonar AD Plugin

It is a simple plugin to integrate Sonar with Active Directory for authentication.

Features

  1. AD Configuration autodiscovery (zero configuration in Sonar)
  2. AD Authentication
  3. User groups retrieval

Installation

  1. Drop the plugin sonar-ad-plugin jar to Sonar plugin directory (<Sonarqube Home>\extensions\plugins).
  2. Add the following to sonar config (<Sonarqube Home>\conf\sonar.properties) & Restart Sonar
	sonar.security.realm: AD
	sonar.authenticator.createUsers: true  

History

Codeship Status for programmingforliving/sonar-ad-plugin