JIRA User Server vs Crowd ?

NevinA October 27, 2013

Is the JIRA User Server the same as Crowd ? Where does one do the config for JIRA User Server e.g listening port?

3 answers

1 vote
Harry Chan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 28, 2013

Hi, if you're asking about how it works technically, JIRA uses an embedded version of Crowd (a lot of the code is shared). The only distinction is that JIRA's user server is limited by performance, the ability to handle SSO and a few other advanced features.

David Drinnan February 3, 2021

Thank you! My Bitbucket Server uses the built-in Jira Auth Server running on my Jira, but it calls it a Crowd type of connection, so it's very confusing. This helped explain it. 

0 votes
LucasA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 27, 2013

No, JIRA has it's own internal authentication system. Crowd is our SSO option for Atlassian products. You can make use of Crowd to authentication your users across all Atlassian products installations.

Please take a look at https://www.atlassian.com/software/crowd/overview

Best,

Lucas Lima

0 votes
Bhushan Nagaraj
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 27, 2013

Jira uses port 8080 and crowd uses 8095. The server.xml is where you change the port and it is located in your JIRA installation's conf folder.

For example. C:\Program Files\Atlassian\JIRA\conf\server.xml

To change the port, take a look at this doc

http://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/

Suggest an answer

Log in or Sign up to answer