Features
This plugin enables user authentication and Single Sign-On via an OpenID provider.
- Support OpenID Authentication 2.0
- Support Google accounts
- On the fly creation of users in sonar user referential
Configuration
The following properties must be added to $SONAR_HOME/conf/sonar.properties :
Note that the library openid4java generates many INFO logs. Edit the file conf/logback.xml and add the following loggers to log only warnings and errors :
Note for Tomcat
When Sonar WAR is deployed into Tomcat, characters in names that have utf-8 encodings break the OpenID validation. The attribute URIEncoding="UTF-8" must be added to the element <Connector/> in server.xml.

