Crowd is a web-based single sign-on (SSO) tool that aims to simplify application provisioning and identity management. It is designed to work with Atlassian products, OpenID, Google Apps, and other web applications.

learn more… | top users | synonyms

1
vote
1answer
74 views

Passing user authentication from the “Jira User Server” to Artifactory?

Is it possible to pass user authentication from the "Jira User Server" (NOT Crowd) to Artifactory? I Know that Artifactory Pro can communicate with a Crowd Server ... but I couldn't get Artifactory to ...
2
votes
0answers
125 views

Manually store Crowd SSO token in cookie?

I'm trying to implement SSO using Atlassian Crowd, and there's a surprising lack of good documentation or even examples out there. So far, I authenticate a user using ...
1
vote
0answers
207 views

Jenkins + Crowd2 plugin: execute API from 3rd party application

Goal: I want do write an application that can trigger Jenkins jobs and itself also authenticates users against the Crowd server. The users must be in a separate crowd group to be authorized to act on ...
1
vote
0answers
97 views

CakePHP 2.x and Atlassian Crowd

I'm rolling out a number of cakePHP-based internal tools and would like to leverage our Crowd instance for user management. Has anyone successfully integrated Crowd with Cake? Do I treat it like any ...
1
vote
1answer
87 views

Failed to use openID with Altassian crowd server in play framework 2?

It was looks like the default openID in play 2 lost some parameters.or maybe Play 2 default use OpenID 2 ,and the crowd use the openID 1.1 。
0
votes
1answer
210 views

Wrong redirect after login to confluence homepage in stead of my app (using crowd)

I have confluence, jira and my own developed jsf application connected to crowd. This enabled SSO over the three applications. When not logged in and requesting a url deep inside confluence, I get ...
1
vote
1answer
582 views

How do I enable the Crowd Rest API? ('Not enabled: Crowd REST API' exception thrown)

I'm trying to install Atlassian's Crowd product (v2.4) and once the initial install completes, I keep getting a fatal exception with: Description : Required plugins failed to initialise. Please check ...
0
votes
1answer
186 views

atlassian crowd and omniauth_crowd problem

I am using ruby-1.9, rails 3, and I am trying to login into crowd server using omniauth_crowd library. The configuration is very easy: Rails.application.config.middleware.use OmniAuth::Builder do ...
4
votes
4answers
853 views

Why use Atlassian Crowd. [closed]

I'm trying to understand what Atlassian crowd does over an LDAP server? It looks like most Atlassian products allow you to point to an Atlassian server for authorization/authentication. If that's the ...
0
votes
1answer
190 views

Atlassian Crowd and myBB integration

Can Atlassian Crowd be used as a single sign on service for myBB? If so, how can I setup myBB to import users from crowd? If anyone knows why I have to keep signing in everytime I change menu ...
0
votes
1answer
187 views

How to add group using RESTFUL interface in Crowd

How to add group in Crowd using RESTFUL interface?
3
votes
1answer
625 views

Accessing the Atlassian Crowd SOAP API with Suds (python SOAP library)

Has anybody had any recent success with accessing the Crowd SOAP API via the Suds Python library? I've found a few people successfully doing it in the past but Atlassian seems to have changed their ...
1
vote
1answer
713 views

Making an OpenID Provider with SSL

so I'm currently trying to make an OpenID provider. I've tried using two Java based OpenID server packages- Atlassian's Crowd, and WSO2 Identity Server. Now, in my implementation, security is a must, ...
20
votes
3answers
5k views

Atlassian Crowd experiences?

we (a team of about 150) are considering moving our ALM solution from Bugzilla/CVS to Jira/svn/Confluence/Bamboo/Fisheye. SO has a lot of good info on those, but I would be interested to learn about ...