Been trying to get Jenkins to work with Crowd's OpenID server so we can use single sign-on like with our Atlassian stuff (the Jenkins Crowd plugin can't do SSO). Can't seem to find the proper OpenID URL to give Jenkins though. Only one I can get from CrowdID is a per-user URL. Is there a way to get a server-wide URL out of CrowdID for this that I'm missing?
see also:
But I got with both crowd urls:
The first that is like a valid endpoint is somewhat like crowdid.example.com/users/ but with that, I get the following message after login in CrowdID:
Will give Update if it is fixed here ;)
Update: Atlassian is currently not supporting such a single-Endpoint. Hudson/Jenkins OpenIdSSO won't work! The feature Request: https://jira.atlassian.com/browse/CWD-2470
Update: This is fixed in Crowd 2.6, where the endpoint URL will end in
/op
, rather than/users/username
.