HI Folks
I've configured CrowdID with Crowd and want to connect SonarCube using OpenID. I'm confused what should I give in logout URL.
Can you anyone please help me on this
# 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=
http://pathtomyserver:8095/openidserver/op
# URL of logout page
sonar.openid.providerLogoutUrl=
http://pathtomyserver:8095/openidserver/
# URL of SonarQube server
sonar.openid.sonarServerUrl=http://localhost:9000
# Optional properties:
sonar.authenticator.updateUserAttributes=true
# If set to 'true', at each login, user's attributes (name, email, etc.)
# are re-synchronized. If set to 'false', user's attributes are not
# re-synchronized except when creating the user for the first time
More details about Plugin: https://github.com/SonarCommunity/sonar-openid
Best Regards
Tayyab Khan
Assuming the URL of the logout page is "the page that the user is redirected to when they click the logout button in SonarCube", you would enter in the URL of
http://pathtomyserver:8097/openidserver/logoff.action
This URL comes from the logout link in the server UI of Crowd's openidserver:
image2015-6-23 10:14:15.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.