Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

 

Description

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

Installation

  1. Install the OpenID plugin through the Update Center or download it into the SONAR_HOME/extensions/plugins directory
  2. Restart the Sonar server

Usage

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.

Change Log

Release 1.1 (4 issues)
Type Key Summary Priority Status Resolution
Improvement SONARPLUGINS-1971 Support logout Major Closed Fixed
Improvement SONARPLUGINS-1970 New extension points to interact with request to OpenID server Major Closed Fixed
Improvement SONARPLUGINS-2010 Support SSL endpoint Major Closed Fixed
Bug SONARPLUGINS-2011 Redirect to a static page when access is not granted Major Closed Fixed

 

Release 1.0 (1 issues)
Type Key Summary Priority Status Resolution
New Feature SONARPLUGINS-1803 Support OpenID to log in to Sonar Major Closed Fixed

Labels
  • None