Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Description ##

This plugin allows the delegation of SonarQube authentication and authorization to Microsoft Active Directory.
It automatically logs in user using Single Sign On (SSO) with Active Directory Credentials in Microsoft Active Directory Environments. Active user's windows domain credentials are used to login to SonarQube.
It automatically logs in a user using Single Sign On (SSO) with Active Directory Credentials in Microsoft Active Directory environments. An active user's Windows domain credentials are used to login to SonarQube. Since an Active Directory environment is required, this plugin is applicable only to SonarQube instances running within a Windows operating system. For SonarQube instances running on non-Windows operating systems, Active Directory should be accessed via the seperate LDAP plug-in.

During the first authentication trial, the SonarQube database is automatically populated with the new user.
Each time a user logs into SonarQube, the username, the email and the groups this user belongs to that are refreshed in the SonarQube database.
Expand Down