Hello,
I have a problem with jira + cas authentication. I've followed the setup 
instructions that come up with two things.
1. In the web.xml configuration, if I comment the CasValidationFilter 
filter, JIRA v7.3.1 starts correctly if errors. When authentic with CAS 
takes me to the DashBoard but the login widget keeps appearing without 
content and does not allow me to visualize anything else, as if I was 
waiting to validate the login.
2. If I activate the CasValidationFilter filter, when authenticating with 
CAS, it generates a double ticket validation error with this trace:
Org.jasig.cas.client.validation.TicketValidationException:
             Ticket 'ST-380-eMVDywffQFkJ0W6DYY5f-DVMAPL207' not recognized 
....
The versions of cas-client-core-3.2.1.jar and 
cas-client-integration-atlassian-3.4.2.jar libraries
Is there any missing configuration changes to avoid this double ticket 
validation?
Thank you

El viernes, 9 de diciembre de 2016, 23:04:05 (UTC+1), Jason Hitt escribió:
>
> I've created a pull request for a new Jira7CasAuthenticator at 
> https://github.com/apereo/java-cas-client/pull/197
>
> There is example seraph-config.xml code in the comment.  Using this 
> authenticator, you do not need any servlet filter updates in web.xml to get 
> SSO.
>
> If you want single sign-out support you should still include those filters 
> and handlers.
> If you want transparent SSO at your default URL (instead of seeing the 
> login page and having to click 'Login'), use the CasAuthenticationFilter i 
> listed previously, but change the filter mapping from /* to /default.jsp.
>
> This configuration is working 100% with JIRA 7 for us on our test server.
>

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/e971739d-860a-48c6-92ca-35fd4bf380d4%40apereo.org.

Reply via email to