JIRA HTTP Authenticator and Jira 7

JHMcCoy-LBL February 5, 2016

Anybody have this combo working yet?

I seem to be bumping into a Class dependacy issue:

2016-02-05 11:38:09,788 localhost-startStop-1 ERROR      [c.a.jira.startup.LauncherContextListener] Unable to start JIRA.

java.lang.RuntimeException: Could not load security config 'seraph-config.xml': Unable to load authenticator class 'shibauth.confluence.authentication.shibboleth.RemoteUserAuthenticator': shibauth.confluence.authentication.shibboleth.RemoteUserAuthenticator : java.lang.ClassNotFoundException: shibauth.confluence.authentication.shibboleth.RemoteUserAuthenticator

 

[root@it-jira.dev:lib]# grep  authentication.shibboleth ../classes/seraph-config.xml                                                                                               

    <authenticator class="shibauth.confluence.authentication.shibboleth.RemoteUserAuthenticator"/>

 

[root@it-jira.dev:lib]# zipgrep  authentication.shibboleth remoteUserAuth-3.0.0.jar   

applicationContext.xml:          class="shibauth.confluence.authentication.shibboleth.RemoteUserAuthenticator"

[root@it-jira.dev:lib]# ll remoteUserAuth-3.0.0.jar

-rw-r--r-- 1 root root 30405 Feb  5 11:24 remoteUserAuth-3.0.0.jar

 

Thanks all

John

 

 

 

1 answer

0 votes
JHMcCoy-LBL February 5, 2016

SOLVED:https://github.com/chauth/jira_http_authenticator/issues/2

Users are still anonymous though...

 

Suggest an answer

Log in or Sign up to answer