Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Rest API through SC 2.0

SatyakamRay
New Contributor II
New Contributor II

We are trying to integrate few applications which are using rest api connector for a direct interface. Our Customer requires this integration to go through the SC2.0 client. This is because these applications are not exposed outside the customer's network or over the internet. So is there any possible way to integrated Rest API with SC 2.0 to get the secure connection with these applications.

7 REPLIES 7

Dhruv_S
Saviynt Employee
Saviynt Employee

Hi @SatyakamRay 

If the API is accessible in client network, Saviynt should be able to connect over SC 2.0 with REST Connector.

Regards,
Dhruv Sharma

SatyakamRay
New Contributor II
New Contributor II

Hi @Dhruv_S ,

Thank you for your reply.

 

varunpuri
Regular Contributor
Regular Contributor

Hello @Dhruv_S , 

How does Saviynt determine whether it has to route the traffic between Saviynt and end system via the internet OR via SC2 client (on premise) ?

Best Regards,
Varun

the routing of traffic is often determined based on the configuration settings and architecture decisions made during the deployment.


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

SatyakamRay
New Contributor II
New Contributor II

Hi @Dhruv_S ,

Can you please help us out with syntax of curl command to test if the application API is accessible from SC2 server.

Regards,

Satyakam Ray

 

 

Hi @SatyakamRay 

You can refer Developers Handbook (saviyntcloud.com) for all the syntax and JSONs for REST Connectors and use Postman to connect to the respective REST Applications.

Thanks,

Dhruv Sharma

curl -X POST -d "key1=value1&key2=value2" https://www.example.com/api

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.