Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Atlassian Access SAML with NetIQ

Eric Wong
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 5, 2020

My organization is planning to get Atlassian Access, and we were exploring to integrate using SAML with our existing Identity Manager from Microfocus NetIQ.

1. In the documentation https://confluence.atlassian.com/cloud/saml-single-sign-on-943953302.html -- NetIQ was not listed as an identity provider.

2. To configure in NetIQ i would require Metadata of Atlassian 

Question:

1. Would Atlassian Access in work with NetIQ?

2. Where can i acquired the necessary Metadata and x509 cert from atlassian?

1 answer

0 votes
Andy Heinzer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 12, 2017

Hi Muhammad,

We have steps on how to generate the cookie from your login session over on JIRA REST API Example - Cookie-based Authentication.

But if I understand your request, you want to be able to obtain the cookie via your browser session, say when a transition occurs.   This cookie is actually getting generated when you login it Jira, and not necessarily when this transition happens. 

But you might be able to use something like the developer Tools in the Chrome browser to obtain the JSESSIONID in order to do this.   I took a look at my browser to see what this looks like in the developer tools after an issue transition:

browsercookie1.png

But you can notice here that on that line of the JSESSIONID, the expiration is set to 'Session' rather than a specific date.   These cookies always have some value for when they expire, but with a session timeout set, as soon as this session is over that cookie would expire.  It isn't clear to me if you could actually use that cookie for a REST API authentication as such.  Instead I would still recommend following the steps in JIRA REST API Example - Cookie-based Authentication if you want to use cookie based authentication.

Regards,

Andy

Suggest an answer

Log in or Sign up to answer