Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Connecting to JIRA through a central authentication service (CAS)
Connecting to JIRA through a central authentication service (CAS) [message #47410] Tue, 22 April 2008 22:39 Go to next message
Eclipse UserFriend
Originally posted by: nclemeur.daesim.com

Hello,

I am trying to connect to a JIRA instance where the authentication has
been customised and is handled in a separate application (CAS).

The problem I am having is that it seems that mylyn does not handle well
the redirect to the authentication form (from https://www.mysite.com/jira
to https://www.mysite.com/cas). The error displayed is "Server error:
(302)Found"

JIRA is running on tomcat which is accessed through mod_jk and apache. For
authentication, I am using CAS (http://www.ja-sig.org/products/cas/)
through mod_auth_cas which means that the authentification is done before
the JIRA instance is accessed. Once the authentication is done in CAS, the
user is automatically redirected through original request.In JIRA, I have
a filter that check the remote user and automatically log the user in.

I would appreciate any advice helping to found where the problem is.

I am running JIRA 3.12.2 and Mylyn 2.3.

PS: to test that my eclipse configuration was ok I have successfully
connected to http://jira.codehaus.org.
Re: Connecting to JIRA through a central authentication service (CAS) [message #47501 is a reply to message #47410] Thu, 24 April 2008 18:01 Go to previous message
Steffen Pingel is currently offline Steffen PingelFriend
Messages: 706
Registered: July 2009
Senior Member
The JIRA connector follows redirects on login but expects certain responses
in order to validate a login. The error you are seeing comes from the Axis
SOAP client that is used to access the JIRA remote service. Please make
sure that SOAP/RPC services are enabled for your repository:

http://wiki.eclipse.org/index.php/Mylyn_FAQ#What_are_the_ser ver_requirements.3F

If that is the case please file a new bug report:

http://www.eclipse.org/mylyn/bugs/

It would be great if you could include the sequence of redirects for login
and accessing a site, e.g. http://mysite.com/jira/browse/ISSUE-1 .

Thanks,
Steffen


Nicolas Clemeur wrote:

> Hello,
>
> I am trying to connect to a JIRA instance where the authentication has
> been customised and is handled in a separate application (CAS).
>
> The problem I am having is that it seems that mylyn does not handle well
> the redirect to the authentication form (from https://www.mysite.com/jira
> to https://www.mysite.com/cas). The error displayed is "Server error:
> (302)Found"
>
> JIRA is running on tomcat which is accessed through mod_jk and apache. For
> authentication, I am using CAS (http://www.ja-sig.org/products/cas/)
> through mod_auth_cas which means that the authentification is done before
> the JIRA instance is accessed. Once the authentication is done in CAS, the
> user is automatically redirected through original request.In JIRA, I have
> a filter that check the remote user and automatically log the user in.
>
> I would appreciate any advice helping to found where the problem is.
>
> I am running JIRA 3.12.2 and Mylyn 2.3.
>
> PS: to test that my eclipse configuration was ok I have successfully
> connected to http://jira.codehaus.org.
Re: Connecting to JIRA through a central authentication service (CAS) [message #589213 is a reply to message #47410] Thu, 24 April 2008 18:01 Go to previous message
Steffen Pingel is currently offline Steffen PingelFriend
Messages: 706
Registered: July 2009
Senior Member
The JIRA connector follows redirects on login but expects certain responses
in order to validate a login. The error you are seeing comes from the Axis
SOAP client that is used to access the JIRA remote service. Please make
sure that SOAP/RPC services are enabled for your repository:

http://wiki.eclipse.org/index.php/Mylyn_FAQ#What_are_the_ser ver_requirements.3F

If that is the case please file a new bug report:

http://www.eclipse.org/mylyn/bugs/

It would be great if you could include the sequence of redirects for login
and accessing a site, e.g. http://mysite.com/jira/browse/ISSUE-1 .

Thanks,
Steffen


Nicolas Clemeur wrote:

> Hello,
>
> I am trying to connect to a JIRA instance where the authentication has
> been customised and is handled in a separate application (CAS).
>
> The problem I am having is that it seems that mylyn does not handle well
> the redirect to the authentication form (from https://www.mysite.com/jira
> to https://www.mysite.com/cas). The error displayed is "Server error:
> (302)Found"
>
> JIRA is running on tomcat which is accessed through mod_jk and apache. For
> authentication, I am using CAS (http://www.ja-sig.org/products/cas/)
> through mod_auth_cas which means that the authentification is done before
> the JIRA instance is accessed. Once the authentication is done in CAS, the
> user is automatically redirected through original request.In JIRA, I have
> a filter that check the remote user and automatically log the user in.
>
> I would appreciate any advice helping to found where the problem is.
>
> I am running JIRA 3.12.2 and Mylyn 2.3.
>
> PS: to test that my eclipse configuration was ok I have successfully
> connected to http://jira.codehaus.org
Previous Topic:Is it possible to report a bug from the Problems view?
Next Topic:Error parsing server response
Goto Forum:
  


Current Time: Sat Jul 27 12:35:09 GMT 2024

Powered by FUDForum. Page generated in 0.03000 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top