Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.14
-
Component/s: Authentication & Authorization
-
Labels:None
-
Number of attachments :
Description
We want to use local sonar build-in users database and additionally ldap. At the moment only either or works.
E.g for the sionar pdf report plugin you need an sonar user account, because the plugin uses api which need authentification. Here we want to use a local sonar account and not need to create ldap account for it.
Secondly we need a local "backup" user account for an ldap account, in case ldap fails, and without having to change the sonar.authenticator.class
Maybe the ldap Plugin can support to have several sonar.authenticator.class, e.g
sonar.authenticator.class: org.sonar.plugins.ldap.LdapAuthenticator, org.sonar.EmbeddedAuthenticator
Issue Links
- is duplicated by
-
SONAR-1783
ability to fallback to non-LDAP authentication when LDAP authentication fails
-
In fact use-cases in description of this ticket implies that only combination of one external system + internal Sonar database required. What from a technical point of view means that we don't need chain of realms, but just fallback to Sonar database.