...
| Code Block | ||
|---|---|---|
| ||
# This property must be set to true
sonar.authenticator.createUsers=true
# Enable OpenID plugin
sonar.security.realm=openid
# URL of OpenID provider
sonar.openid.providerUrl=https://www.google.com/accounts/o8/id
# URL of logout page
sonar.openid.providerLogoutUrl=https://www.google.com/accounts/Logout
# URL of Sonar server
sonar.openid.sonarServerUrl=http://localhost:9000 |
...

