Reputation: 11
This is about integration of Sonarqube with Atlassian Crowd(LDAP tool). I've integrated Sonarqube with Crowd and able to login through users created in crowd.
Now I'm not able to SSO (Single-Sign-On) Sonarqube with other Crowd applications using crowd.
I'm getting below error while starting Sonarqube service.
2015.07.07 00:22:20 INFO web[c.a.c.s.c.ClientPropertiesImpl] Failed to find value for property: application.login.url
2015.07.07 00:22:20 INFO web[c.a.c.s.c.ClientPropertiesImpl] Failed to find value for property: cookie.domain
The error remains same, even if we assign value of cookie.domain and application.login.url in sonar.properties file
.
Please let me know how to fix above errors.
Upvotes: 1
Views: 2482
Reputation: 31
SonarQube Crowd plugin does not yet support Crowd SSO. See https://github.com/SonarQubeCommunity/sonar-crowd/issues/5
Upvotes: 0