You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.