Defining the Authenticator configuration directory (Unix)
Steps
-
Create a directory of your choosing on the Atlassian server. We suggest creating a subdirectory in your Atlassian instance: e.g.
<Atlassian Installation Directory>/pingfederate-settingsThe user that is running Jira must have read/write permissions for the created directory.
-
Within your Jira root directory, edit
./bin/setenv.sh(setenv.baton Windows) -
At the top of this file insert the following (modify the actual path to suit your environment):
PINGFEDERATE_ATLASSIAN_DATA_PATH=<Atlassian Installation Directory>/pingfederate-settings; export PINGFEDERATE_ATLASSIAN_DATA_PATH -
Restart the Jira server.