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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.