Information Technology Reference
In-Depth Information
<init-param>
<param-name>spnego.prompt.ntlm</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>spnego.logger.level</param-name>
<param-value>1</param-value>
</init-param>
<init-param>
<param-name>spnego.skip.client.internet</param-name>
<param-value>false</param-value>
</init-param>
</filter>
6. Add the following XML snippet before the login entry:
<filter-mapping>
<filter-name>SpnegoHttpFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
7. Open the seraph-config.xml file located in the <JIRA_INSTALL>/
atlassian-jira/WEB-INF/classes directory in a text editor.
8. Locate the line that contains
com.atlassian.jira.security.login.JiraSeraphAuthenticator
and comment it out so it looks like the following:
<!--
<authenticator
class="com.atlassian.jira.security.login.JiraSeraphAuthenticator"/>
-->
9. Add the following XML snippet below the line that's been commented out:
<authenticator
class="com.appfusions.jira.SeraphAuthenticator" />
10. Restart JIRA.
11. Add your JIRA's URL to the Local Intranet Zone in your browser.
Search WWH ::




Custom Search