SAML 2.0 not working with JIRA 7.5.3 (Tomcat 8.5)

David Fallert December 20, 2017

Hey Guys,

we are trying to update our Jira instance from 6.4.13 to 7.5.3 worked fine so far.

Our problem here is that our SAML implementation doesn't work anymore.

The session is correct, if I login in our identity management (login URL) and open 

http://hostname:8080/jira I get logged in correctly.

 

Now here is the Problem if I want to get redirected from our identity management to our Jira Server I get a 500 Error. Looks like the Tomcat Connector is not listening correctly.

 

I'm not exactly sure which Infos are important to provide. Just ask and I will add them.

server.xml Connector

<Connector port="8080"

maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"

enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
redirectPort="8443"
acceptCount="100"
disableUploadTimeout="true"

URIEncoding="UTF-8"
scheme="https"
proxyName="www.mycompany.de"
proxyPort="443"/>

 

Thanks in advance

1 answer

0 votes
David Fallert December 20, 2017

Suggest an answer

Log in or Sign up to answer