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

Pre-Requisite C# Code to be run to authenticate using the Signature (as header) the script generated

midhunj
New Contributor
New Contributor

Pre-Requisite C# Code to be run to authenticate using the Signature (as header) the script generated.

 

Description: We are integrating with CSOD cornerstone application using their V1 endpoints.

However, to authenticate we need to pass few parameters as headers to authenticate.

We provide the following headers to the CSOD API for all endpoints:

  • For the get authentication token endpoint only
    • x-csod-api-key
  • For the endpoints other than the get authentication token one
    • x-csod-session-token: token retrieved from the get authentication token endpoint
  • For all endpoints (this includes point 1 - get authentication) we need to pass below as headers
    • x-csod-date: yyyy-MM-ddTHH:mm:ss.000
    • x-csod-signature: Generated from the C# code based on the method, headers, path and API secret.

Is this something achievable in OOTB rest API connector? If yes, do we have a sample JSON as I couldn't find in forums and Documentation portal.

1 REPLY 1

rushikeshvartak
All-Star
All-Star

This is currently not supported  please raise idea ticket


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.