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 [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/82d5523b-a8e1-4e27-afdc-7268034174e3%40googlegroups.com.
