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

How can I attach an avatar to a JIRA user manually (through API or database operations)?

We are using JIRA 4.4 with crowd. We want to dump users photos from Active Directory into the avatar folder (inside jira-home directory) and than to automatically associate those photos with JIRA users (we don't want each and every user having to…
frizik
  • 1,766
  • 1
  • 13
  • 17
0
votes
1 answer

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 redirected to the confluence login page. I do the…
roel
  • 2,005
  • 3
  • 26
  • 41
0
votes
1 answer

Django. Authentication backends

I need to authenticate on some of atlassian services(wiki for example) and on AD(ActiveDirectory). The problem is I don't know how to make authentication in different back-ends so user input password and log-in only once and then backends…
sunprophit
  • 1,639
  • 4
  • 16
  • 39
0
votes
0 answers

How to display error message from progressErrorCollection.getErrors().toString() in Jira screen, scriptrunner postfunction

I have an error message that is thrown when I try to execute a postfunction, the error message is:  org.ofbiz.core.entity.GenericTransactionException: Commit failed, rollback previously requested by nested transaction. You can see the error message…
0
votes
0 answers

Jira REST endpoint redirected to error page

I am using a REST endpoint and here is my code: and here are some screenshots. The first screenshot shows the declaration of the condition and the denclaration of the Link: /rest/scriptrunner/latest/custom/callSubTaskCreator?issueId=${issue.id}. The…
0
votes
0 answers

Comment not inserted in the linked issue

I am developing a plugin for jira in scriptrunner, it is a postfunction so something needs to happen when a button is clicked. I am trying to click on the "MounaFixReleased" menu item and then generate a comment for the issue links that are marked…
0
votes
1 answer

Not able to throw exceptions in scriptrunner

I am using the following postfunction to throw errors when the user enters incorrect input and I am not able to see any errors thrown when I try out my code on the UI of Jira. Here is my code, why are the exceptions not thrown even though my input…
0
votes
1 answer

Parse XML to get a list or dictionary of data values from crowd API

I have this sample XML response from Atlassian Crowd Rest API and the real one will be a lot bigger. I am trying to parse the XML using Python ElementTree. Here is the XML file named crowd.xml
bilcy
  • 168
  • 1
  • 12
0
votes
1 answer

django removes "is_staff" permission if I try to login

I have a pretty strange situation within my django project. I have a LoginForm where a user can log into the website. I am using django 3.2.12 with some other libraries like django-crispy-forms and so on. I implemented django-crowd-auth so that…
adama
  • 537
  • 2
  • 10
  • 29
0
votes
2 answers

Creating a custom GROK pattern

currently, I'm trying to create a grok pattern for this log 2020-03-11 05:54:26,174 JMXINSTRUMENTS-Threading…
Michiel
  • 13
  • 2
0
votes
1 answer

Flask server and angular user session management

I'm building a simple web server in Flask which returns JSON data from REST requests. The server communicates with an Angular front-end. I want to manage user authentication and sessions (with crowd), but saw there are various ways to implement…
Carmellose
  • 4,815
  • 10
  • 38
  • 56
0
votes
1 answer

Sonarqube 7.9.1 is not starting up with sonar-crowd 2.1.3

We have upgraded sonarqube from 7.4 to 7.9.1 where we need to upgrade sonar-crowd plugin from 2.1.1 to 2.1.3. After the upgrade, sonar application is starting up as expected without Crowd config. But while starting up with crowd, it fails at the…
0
votes
0 answers

Artifactory - SSL & Crowd connection question

I am trying to connect Artifactory on premise to our LDAP within the company. In the LDAP setup screen, everything was entered, including the "Manager Password". Once all entered, I click on 'Test Connection', and the connection was successful. …
gil
  • 51
  • 1
  • 4
0
votes
1 answer

How to list users who are counted towards the Crowd License using Rest API

Requirement: I need to derive no of users who are counted towards license for Crowd. Apps structure in crowd: Currently we have 2 applications defined in crowd namely App1 & App2. Also we have 2 directories created as well, dir1 and dir2. Both the…
0
votes
1 answer

SSO Integration with SonarQube from Atlassian Crowd

My Environment:- Sonarqube Version: 5.6.7(LTS) Sonar Crowd Plugin: 2.0 Crowd Version: 3.2 Currently through our Atlassian Crowd AD based centralized login is working perfectly with our SonarQube application. However I am looking for the way to…
user4948798
  • 1,924
  • 4
  • 43
  • 89