Connect JIRA to system which expect SSO

Nirav Purohit July 20, 2017

Hello,

I get user certificate in Jira from request like below,

request.getAttribute("javax.servlet.request.X509Certificate") and I athenticate user by extracting username and then checking against ldap directory.

There is other system inside firewall, say XYZ, from which Jira wants get some details. To get the details I need to pass SSO of the user who logged into Jira because XYZ only authenticate via SSO.

Can someone please suggest java code snippet which can be used?

PS. communication is over HTTPS. I am able to call  webservices of XYZ system from Jira via my .pfx file(which contains private key), which I exported manually from my windows keystore.But this is not feasible for user who logged into Jira.

 

Best regards.

Nirav 

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 21, 2021

Suggest an answer

Log in or Sign up to answer