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
1
vote
1 answer

In Crowd is it possible to grant a user to Jira and not to Confluence?

If I have multiple Atlassian tools integrated with Crowd, i.e Jira, Confluence, Bamboo, etc., is it possible to grant a user access to Jira and not to Confluence or vice versa?
John Miller
  • 513
  • 2
  • 8
  • 23
1
vote
1 answer

How to synchronize data between MongoDB and OpenLDAP databses

I have two data bases for one system. One is OpenLDAP and another one is MongoDB. To be specific this OpenLDAP is used by Atlassian Crowd that is used by us. I need to synchronize users in these two databases. That is, If I create a user it will be…
1
vote
2 answers

Configuring GitLab omniauth to use Atlassian Crowd for authentication

(Reposted here due to no response on Google group) Probably missing something obvious but I cannot get GitLab CE 8.0.5 to use Crowd server 2.8.3 as an omniauth provider. GitLab doc and Google searches are not helping. Can anyone either provide me…
Takashi
  • 19
  • 3
1
vote
0 answers

OpenID endpoint file includes wrong url without https

I would like to use OpenID together with Gerrit. All services are served via reverse proxy. When I access https://subdomain.mycompany.net/openidserver/op following XML is produced
Philipp
  • 75
  • 2
  • 9
1
vote
1 answer

Sonarqube SSO with crowd

This is about integration of Sonarqube with Atlassian Crowd(LDAP tool). I've integrated Sonarqube with Crowd and able to login through users created in crowd. Now I'm not able to SSO (Single-Sign-On) Sonarqube with other Crowd applications using…
kkss1984
  • 11
  • 2
1
vote
1 answer

Crowd Rest API usage

I am trying to add 100 of users to a group in crowd and I want to automate it using curl and crowd's rest api. At first I am just trying to add a singleuser to a group and then auotmate it using shell script. Following this document, I pass the…
user1250496
  • 59
  • 2
  • 3
1
vote
0 answers

Auto group synchronization

In our system we use Active Directory to store users and then Crowd server is used to authenticate users to the Atlassian systems. I need to implement a mechanism to add users to the groups in crowd when a new user in AD syncs with crowd. If user…
1
vote
1 answer

Setting Authentication Manager in Atlassian Crowd 2.8.0?

I am trying to integrate Atlassian Crowd with Spring Security. The available code samples on this are very few, especially for Spring Boot. I have only found this. This example calls class CrowdUserDetailsServiceImpl method…
masa
  • 2,762
  • 3
  • 21
  • 32
1
vote
1 answer

Configure Crowd Spring Security with an authentication fallback

I have an existing Java/Spring/Hibernate webapp, with a classic database authentication. I just migrated it with success to a Crowd SSO platform. Everything works as expected, but now I would like to configure Spring Security to fallback to my…
Asterius
  • 2,180
  • 2
  • 19
  • 27
1
vote
2 answers

How to initialize Iterable> in Spring XML configuration?

I would like to initialize a bean having the following property: private Iterable> groupToAuthorityMappings; In my context.xml, I expected to do it this way:
Asterius
  • 2,180
  • 2
  • 19
  • 27
1
vote
0 answers

2 Cookies with different domain made in Atlassian Crowd + IIS(ARR) proxy

There are 3 servers, IIS(WEB), JIRA and Crowd. Users can access to JIRA with IIS proxy(ARR) like http://xxx.yyy.zzz.com/jira. A problem is that WEB(IIS) server makes Crowd cookie as *.yyy.zzz.com and JIRA makes it as xxx.yyy.zzz.com. Some users can…
1
vote
1 answer

Changing internal database to external JDBC in Atlassian crowd

I have installed Atlassian crowd using the internal database method on Centos 6. Installation went successfully and now i want to use external database (mysql) using JDBC. I cant find the option to accomplish that. How can i do that?
Unnikrishnan
  • 228
  • 2
  • 11
1
vote
1 answer

How do I add multiple groups to a user with the Atlassian Crowd REST API?

I see on this page that I can add a user to a group by POSTing to /user/group/direct?username=USERNAME, however that looks like you can only add one group to the user at a time. The API calls I will be making may require that I add several and it…
Zach Taylor
  • 336
  • 4
  • 8
1
vote
1 answer

Atlassian Crowd with SQL Server Azure, anyone encountering performance issues?

I have been tring to use SQL Server Azure as a data storage for an Atlassian Crowd on premise for a few days and I am encountering huge performance issues. For example, crowd admin application is extremely slow, almost unusable. I was wondering if…
jbl
  • 15,179
  • 3
  • 34
  • 101
1
vote
0 answers

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 other LDAP provider?
Rob Allen
  • 17,381
  • 5
  • 52
  • 70