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
2
votes
0 answers

Transferring jira users to crowd in jira-crowd-postgresql containers running in docker

I have two servers running docker containers. jira and postgres works in a container with docker compose. In the other, the crowd works. Jira already hosts active users. I want to distribute these users through the crowd. So I want to transfer users…
Ali.Turkkan
  • 266
  • 2
  • 11
2
votes
1 answer

Crowd LDAP configuration with Microsoft Active Directory

I hava an issue with the configuration of LDAP in Crowd. Background A remote CentOS server running Atlassian Crowd needs to integrate with the in-house Microsoft Active Directory. We configured Crowd with the following obfuscated details: URL:…
John
  • 125
  • 1
  • 2
  • 10
2
votes
0 answers

SSO Integration with jenkins from crowd is not working

I have configured crowd server for centralized Login for my stack-hold applications like (Jira, Bitbucket, Jenkins.. etc..) so basically architecture is like this. Jenkins crowd2 plugin configuration looks like this and the cookie name for token…
2
votes
1 answer

Is it possible to authenticate Atlassian Crowd users using a CAS server?

Atlassian Crowd supports authenticating through remote directories, using LDAP, OpenID, Google Apps, Active Directory, etc. It also supports Custom Directories, for creating your own authenticator. Is it possible to use this interface to implement a…
Sossisos
  • 1,569
  • 2
  • 10
  • 19
2
votes
0 answers

Graylog2 + Crowd LDAP

I want to integrate Graylog2 (v1.1.2) with Atlassian Growd LDAP server (v2.8.3). Now all users can login into Graylog but I want to permit only users witch has group "graylog-users". My settings: Search Base DN: ou=users,dc=crowd User Search…
Artur
  • 36
  • 4
2
votes
1 answer

Guide to implementing password recovery with dynamic URL sent to email over atlassian crowd with spring security

I am trying to use crowd's built-in forgot password functionality over my app with spring security.But for this issue I guess I need have my own implementations. I also come accross this discussion which says I can avoid all complexities with…
2
votes
1 answer

Can I use Atlassian Crowd to authenticate gerrit instead of ldap?

I have been evaluating Atlassian Crowd for my organization and we use gerrit as one of our main services along with jira, confluence, jenkins. I am trying to find out if we can use crowd as authentication support for gerrit instead of LDAP.
Sanzig
  • 121
  • 2
  • 10
2
votes
1 answer

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, which means using SSL and having HTTPS based…
2
votes
1 answer

SonarQube: How to configure fallback authentication when using Crowd

Sonar supports fallback to the built-in authentication when using LDAP authentication. I expect the same to work for Crowd but somehow this does not seem to be the case. Is this a bug or do I miss some setting?
Stefan Egli
  • 17,398
  • 3
  • 54
  • 75
2
votes
2 answers

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 work with the "Jira User Server"?
pan40
  • 317
  • 1
  • 5
  • 15
2
votes
1 answer

Failed to use OpenID with Atlassian Crowd server in Play Framework 2?

It looks like the default OpenID in Play 2 lost some parameters. Or else, Play 2 defaults to using OpenID 2 while Crowd uses OpenID 1.1?
1
vote
1 answer

atlassian crowd and omniauth_crowd

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 provider :crowd,…
1
vote
1 answer

Can I convert an existing user in SCM-Manager to a different type?

I'm in the process of migrating an existing installation of SCM-Manager 1.60 to 2.x. On the 1.60 the users were authenticated with the Atlassian Crowd plugin, which seems to not exist anymore in 2.x. Hence I configured the 2.x server to authenticate…
Gerald Schneider
  • 17,416
  • 9
  • 60
  • 78
1
vote
1 answer

Atlassian Crowd, OpenLDAP connector, "Password Encryption" option

When configuring the OpenLDAP directory connector connection configuration in Crowd, there is a section labeled "password encryption" (which should be re-labeled password hashing btw....) When one has a directory connection for OpenLDAP how does…
bitsofinfo
  • 994
  • 3
  • 16
  • 34
1
vote
1 answer

How to synchronize Crowd groups to jenkins?

Say I have three groups in my crowd already: Managers Project A members Project B members Goal: I want to synchronize these settings with Jenkins and make sure that: Managers - can do anything Project A members - have access only to Project…
Pavel Janicek
  • 14,128
  • 14
  • 53
  • 77