Re: [cas-user] CAS for Jira 7

2018-10-30 Thread Tobias
Hey Ashis, did you solve this issue? I'm facing the same problem right now. Could you may share the configs needed to fix this issue? Thanks in advance! Am Mittwoch, 25. Oktober 2017 09:30:55 UTC+2 schrieb Ashis: > > Micheal can you please help.. > > I have integrated CAS with JIRA. But when I

Re: [cas-user] CAS for Jira 7

2017-10-25 Thread Ashis
Micheal can you please help.. I have integrated CAS with JIRA. But when I open jira, user redirected to /secure/Dashboard.jspa which has jira login page, On clicking login from top right corner, cas page is opening and after successful logged in user is redirected back to CAS but again i see JI

Re: [cas-user] CAS for Jira 7

2017-10-01 Thread Michael Brown
Also, I found a workaround for the Login gadget appearing at times. You can simply hide it: https://confluence.atlassian.com/jirakb/howto-hide-the-login-gadget-from-the-system-dashboard-in-jira-5-1-305037906.html Mike On Saturday, September 30, 2017 at 4:47:44 PM UTC-4, Michael Brown wrote: >

Re: [cas-user] CAS for Jira 7

2017-09-30 Thread Michael Brown
Hi Marco, We are experience the same issues with the CAS integration as well. We did put together some instructions on modifying / updating the seraph-config.xml and web.xml files, and you can download the .JAR files we used here: https://bitbucket.org/mbrown_ascend/jira-cas-integration/downl

Re: [cas-user] CAS for Jira 7

2017-04-27 Thread Marco Osorio
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 t

Re: [cas-user] CAS for Jira 7

2016-12-09 Thread Jason Hitt
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 sup

Re: [cas-user] CAS for Jira 7

2016-12-07 Thread Jason Hitt
In seraph-config.xml, the only difference from the Apereo documentation was using Jira44CasAuthenticator instead of JiraCasAuthenticator. In web.xml, i used config that worked with the Soulwing CAS client in earlier JIRA versions. We have to add a single sign-out filter, an authentication filt

Re: [cas-user] CAS for Jira 7

2016-12-07 Thread Andrew Morgan
Yes please! Thank you for responding even though my post is so old. :) Andy On Wed, 7 Dec 2016, Jason Hitt wrote: We use CAS authentication for JIRA. Our only problem so far with JIRA 7 is the server-to-server communications. We get the *__MSG_gadget.favourite.filters.title__* gadg

Re: [cas-user] CAS for Jira 7

2016-12-07 Thread Jason Hitt
We use CAS authentication for JIRA. Our only problem so far with JIRA 7 is the server-to-server communications. We get the *__MSG_gadget.favourite.filters.title__* gadget titles. I believe it's because the server self-connections are supposed to bypass authentication and CAS isn't allowing i

Re: [cas-user] CAS for Jira 7

2016-08-04 Thread Andrew Morgan
Does anyone use CAS authentication for Jira? I'm guessing something has changed between Jira versions. Does Atlassian provide documentation about plugging in alternate authentication methods? I could provide more information about our configuration attempt if it would help. Thanks,

[cas-user] CAS for Jira 7

2016-07-29 Thread Andrew Morgan
I'm trying to configure Jira v7.1.6 to use CAS. I followed the docs at: https://github.com/apereo/java-cas-client#atlassian-integration and I used the Jira44CasAuthenticator as documented on the old jasig wiki page. However, Jira doesn't seem to be using the CAS login. When I click on Ji