Skip to content

How to configure Atlassian apps

scalesm edited this page Feb 1, 2014 · 4 revisions

How to configure Atlassian apps (e.g. JIRA, Confluence) to use shibboleth style redirect login urls.

STEP #1

Update the app's "seraph-config.xml" file to have login.url http://YourServerName:8095/crowd/plugins/servlet/ssocookie?redirectTo=${originalurl}

STEP #2

Make sure that the path "plugins/servlet/ssocookie" is protected by Shibboleth as you may have not protected the entire directory to allow access to the REST webservices, etc.

Notes:

JIRA's seraph-config file location: JIRA/atlassian-jira/WEB-INF/classes/

CONFLUENCE's seraph-config file location: CONFLUENCE/confluence/WEB-INF/classes/

Clone this wiki locally