Questions tagged [atlassian-crowd]

Atlassian Crowd is a single-sign-on and identity management application. It is used natively in the Jira ticket tracking application.

87 questions
29
votes
5 answers

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 another tool from Atlassian - a Single Sign On…
webwesen
  • 1,242
  • 4
  • 17
  • 30
6
votes
4 answers

Why use Atlassian Crowd

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 case why use Crowd?
Karthik Ramachandran
  • 11,925
  • 10
  • 45
  • 53
6
votes
1 answer

Node.js - Using https.request() with an internal CA

Who do I get https.request() to trust my internally-signed server certificate. Here is a quick example of the code I'm running in v0.10.25: var options = { hostname: 'encrypted.mydomain.local', port: 443, path: '/', method:…
Doct0rZ
  • 153
  • 1
  • 2
  • 7
4
votes
0 answers

Keycloak integration with Atlassian Crowd

We have a software stack with authentication based on keycloak. A client asks us to handle users / roles in its own system (Atlassian Crowd). Is there a way to connect both, so we don't have to redevelop the authentication layer in our apps…
Mat
  • 1,309
  • 1
  • 20
  • 43
4
votes
1 answer

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 WSDL since then to make the existing advice not…
SeanOC
  • 1,331
  • 1
  • 8
  • 12
4
votes
1 answer

How to match crowd database passwords?

I would like to have a piece of code that is able to check if a given password match the one stored in the crowd cwd_user table. The passwords in that table starts with "{PKCS5S2}..." and I found in the link below that crowd is using the PBKDF2…
Asterius
  • 2,180
  • 2
  • 19
  • 27
3
votes
1 answer

PasswordEncoderNotFoundException using Jira SOAP API

I am working on integrating my company's product with Jira so users can log bug reports directly from the application. Everything was wqorking smoothly so i decided to import the data from our live Jira system into my development system so that i…
Ben Robinson
  • 21,601
  • 5
  • 62
  • 79
3
votes
0 answers

Has Anyone Used Crowd 2.2.7 With Spring Security 3.0 For SSO Implementation?

Has anyone used crowd 2.2.7 with spring security 3.0 for SSO implementation? Is there any better alternative in open source?
Kisor Biswal
  • 153
  • 1
  • 2
  • 10
3
votes
1 answer

Firebase cloud function with fetch request with basic auth to external api

I seem to be having an issue with getting the expected response from a fetch call within a firebase cloud function. I'm sure it's due to my lack of knowledge on how the responses, promises, etc. work. I'm trying to use atlassian crowd's rest api for…
3
votes
2 answers

How to use Atlassian Crowd Integration with Spring boot + Spring security using Java Beans

We use a number of spring boot projects built on top of spring security for providing small web apps for a number of purposes. We're strongly considering moving to using Crowd as a central authentication provider, but I'm having a lot of trouble…
WillBD
  • 1,919
  • 1
  • 18
  • 26
3
votes
1 answer

edit crowd.server.url on confluence to access jira directory (crowd)

We have Jira and Confluence hosted external (no direct server access) behind an Apache. Our confluence uses the Jira logins via Atlassian crowd. We wanted to secure our production Jira with SSL. As soon as we add a forward rule so all http-request…
Seika85
  • 1,981
  • 2
  • 18
  • 29
3
votes
0 answers

Git ls-remote and git update with Crowd authentication

I have switched my Git repos to authenticate with Crowd instead of basic authentication. It's all working great when anyone can authenticate, but I have problems with two commands, any ideas how to solve it? git ls-remote -h HEAD I do not have a…
Paul
  • 389
  • 3
  • 11
3
votes
1 answer

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 CrowdClient.authenticateSSOUser, and get back a SSO Token (String) if…
jcovert
  • 550
  • 1
  • 7
  • 21
3
votes
0 answers

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 Jenkins. Setup: I am using the Crowd2 plugin to…
try-catch-finally
  • 7,436
  • 6
  • 46
  • 67
2
votes
1 answer

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 the logs for errors and restart Crowd. Message:…
Peter Bernier
  • 8,038
  • 6
  • 38
  • 53
1
2 3 4 5 6