-
Support Request
-
Resolution: Handled by Support
-
High
-
None
-
None
-
None
-
Crowd 1.1.1, Jira 3.10.2, Confluence 2.5.7
I'm using CROWD and SSO for being able to log in in several applications such as Jira, Confluence and my own web application. My own web application provides a simplified user interface for searching Confluence pages and creating Jira issues. The connection web application in integrated into Jira and Confluence using their SOAP interfaces. SOAP integration is done with axis.
Now, I'm trying to get the whole set operated. I though that I could use the token received form CROWD (HttpAuthenticator.getToken()) and pass it as a parameter to the methods in the SOAP interfaces of Jira and Confluence. However, when I try to use that I get these kind of answers:
Jira:
org.springframework.remoting.RemoteAccessException: Cannot access remote service [
jirasoapservice-v2]; nested exception is com.atlassian.jira.rpc.exception.RemoteAuthenticationException: User not authenticated yet, or session timed out.
Confluence:
org.springframework.remoting.RemoteAccessException: Cannot access remote service [
confluenceservice-v1]; nested exception is com.atlassian.confluence.rpc.InvalidSessionException: User not authenticated or session expired. Call login() to open a new session
I tried to pass also a "foo" String as token. I got similar responses, meaning that I cannot be sure if this CROWD token is not meant for this kind of functionality at all.
My question is how could I utilize the SSO authentication in Jira /Confluence integration. I'm not willing to create an additional login page into my web application just for being able to get user's password. The password as a "real" text is needed for making login via in Jira / Confluence SOAP interface.
- is related to
-
JRASERVER-13727 Trusted Applications: Support Authentication Context Passing from Confluence or another Application to JIRA
- Closed
[CWD-532] CROWD token and Jira / Confluence SOAP integration
Workflow | Original: Simplified Crowd Development Workflow v2 - restricted [ 1510122 ] | New: Support Request Workflow [ 3389514 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Link | New: This issue is related to JRACLOUD-13727 [ JRACLOUD-13727 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1392918 ] | New: Simplified Crowd Development Workflow v2 - restricted [ 1510122 ] |
Workflow | Original: Crowd Development Workflow v2 [ 273255 ] | New: Simplified Crowd Development Workflow v2 [ 1392918 ] |
Workflow | Original: jira [ 105533 ] | New: Crowd Development Workflow v2 [ 273255 ] |
Resolution | New: Handled by Support [ 8 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |