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
0
votes
1 answer

Using external third-party properties file with Spring Boot Fat Jar

I have a Spring Boot app that will be deployed as a fat jar. It integrates with Atlassian's Crowd for authentication. This requires a crowd.properties file to be available on the classpath. I would prefer to not bundle the properties file (which…
mnd
  • 2,709
  • 3
  • 27
  • 48
0
votes
1 answer

Jenkins 2 and Atlassian Crowd (crowd2 Plugin) Integration with two-way SSL

I am trying to connect Jenkins(version 2.121.2) running on AWS to an on-premise Atlassian Crowd Server (version 3.1.2) using Jenkin's crowd 2 Plugin. The Crowd server requires two-way SSL authentication. Steps followed: Import the Certificate chain…
tux
  • 1,730
  • 1
  • 15
  • 19
0
votes
2 answers

In Spring Security how do I capture exceptions from a custom AuthenticationManager?

I'm using Crowd's Java integration into Spring Security which involves configuring Crowds SimpleAuthenticationManager as an authentication provider. The SimpleAuthenticationManager throws several exceptions when a user fails to be authenticated…
binarylegit
  • 319
  • 1
  • 4
  • 15
0
votes
1 answer

cannot authenticate crowd with Atlassian-crowd-client package

I'm using sails.js and Atlassian-crowd-client package to authenticate in crowd. but it returns the error of: Error: Invalid Response from Crowd, expecting JSON. here are my codes and I don't know where the problem is. I'll be thankful if anybody…
fariba.j
  • 1,737
  • 7
  • 23
  • 42
0
votes
1 answer

Authenticating FreeRadius request with Atlassian Crowd

I want to authenticate users using Atlassian Crowd from FreeRADIUS and I've been unable to find a plugin or particularly good examples of how this might be done. Specifically in trying to implement the authorize and authenticate portions using an…
Cameron Lowell Palmer
  • 21,528
  • 7
  • 125
  • 126
0
votes
1 answer

Automatic issue assignment not working properly

We are using SonarQube 6.3.1.21392 with Crowd for External User Authentication. I have just noticed, that the issue assignment is not working properly. The auto assignment is not working at all and when I try to assign a user manually, I can only…
CasualCode
  • 45
  • 1
  • 3
  • 10
0
votes
1 answer

Trying to add dependency to Atlassian pom.xml using IntelliJ

I am beginning to work with IntelliJ and have not worked with Java for many years. I've been working in the .Net world. I am creating an Atlassian Crowd Custom Connector using IntelliJ. I need to add a dependency to the pom.xml file for the…
0
votes
1 answer

WARNs in Confluence 6.0.1 after upgrade

I upgraded Confluence to 6.0.1. Also I use Crowd for SSO. All worked fine before upgrade. After upgrade it seems work good too, I can login into Confluence. But I the following WARNs have appeared in atlassian-confluence.log: WARN [Caesium-1-4]…
RuF
  • 548
  • 1
  • 11
  • 31
0
votes
1 answer

How do you display data from multiple entries in a mysql table that are JOINED with another via a single value match?

I need to select and display information from a pair of MySQL tables but the syntax eludes me. Specifically, I need to JOIN the data from the cwd_user table with the data from the cwd_user_attribute table on the field cwd_user.id ==…
Logan
  • 4,177
  • 3
  • 20
  • 35
0
votes
1 answer

Install and configure crowd-apache connector on centos 7

1. su -c "yum -y install autoconf automake gcc httpd-devel libcurl-devel libtool libxml2-devel mod_dav_svn subversion-devel" 2. wget http://downloads.atlassian.com/software/crowd/downloads/cwdapache/mod_authnz_crowd-2.2.2.tar.gz 3. tar xzf…
Pradnya J
  • 91
  • 1
  • 7
0
votes
1 answer

Configuring Atlassian Crowd to process a domain redirect

jira.service.bd confluence.service.bd crowd.service.bd These should have the same SSO domain, so I set .service.bd My crowd console URL: http://crowd.service.bd:8095/crowd/console I configure the custom domain in /etc/hosts as: 172.16.20.101…
Aylwyn Lake
  • 1,919
  • 4
  • 26
  • 36
0
votes
1 answer

Generate crowd SSO token from custom app

How can I have to generate SSO token after crowd login (via rest service) for case when I can use this token for login to crowd? I mean I use crowdClient.authenticateUser(...) and after that crowdClient.authenticateSSOUser with same credentials…
beowulf13th
  • 447
  • 1
  • 6
  • 16
0
votes
1 answer

Is there plugin to integrate Crowd 2.8.4 and Nexus OSS 2.12.0-01

Is there plugin which you can integrate Crowd 2.8.4 and Nexus OSS 2.12.0-01 . I thing that this is possible with Nexus Pro but is it possible with free Nexus OSS? If anyone know I was very thankful. Best Regards -Vesa Ala-Hakula
0
votes
1 answer

Crowd-plugin on new UserCreateEvent

I want to start to develop a crowd-plugin. The plugin has to connect to an AD search a user and get a specific property of AD. So I started to follow this . I already had the Atlassian-SDK installed for a JIRA-plugin that I developped in the past.…
code4fun
  • 1,012
  • 3
  • 24
  • 41
0
votes
1 answer

Crowd and sonaqube doesn't work correctly

I get these message when I start sonarqube. INFO web[org.sonar.INFO] Security realm: Crowd INFO web[c.a.c.s.c.ClientPropertiesImpl] Loading property: 'application.name' : 'sonar' INFO web[c.a.c.s.c.ClientPropertiesImpl] Failed to find value…