Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Require clarity for making Rest call to a Crowd-JIRA application

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on March 6 2020 at 13:19 UTC

Could you please tell me how to establish an insecure connection (without cert validation) through rest for a Crowd application such as JIRA.

This is the sample curl command which I used to create a user and I am successfully able to create it.

curl --insecure -u un:pass --data{""} url<> --header application/json

However, using saviynt rest json,I am unable to do the same. Please suggest


This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
2 REPLIES 2

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on March 13 2020 at 06:33 UTC

You need to install a valid certificate in jre/lib/security/jssecacerts or cacerts for the target application in order to invoke successful calls from SSM to target hosts. Rest Connector does not support establishing connections without validating the certificate.

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on March 13 2020 at 12:32 UTC

Thanks @khalid. I will try using a CA signed certificate.

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.