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

Need help creating siganture tokens

AishaniBasu
New Contributor
New Contributor

Hi All , 

We have an use case where we would need to generate a special value called signature which we would need to pass in the final API call . Procedure of generating the signature will be as follows :

Step 1 : Generate a base string using basic details like application name , timestamp , type of request and URL and encoding the same 

Step 2 : Apply the HMAC SHA1 algorithm to the base string using application secret key 

Step 3 : Encode the final value .

Can anyone please tell if this is feasible in Saviynt and provide any dummy example if you have it ? 

2 REPLIES 2

NM
Esteemed Contributor
Esteemed Contributor

@AishaniBasu don't think so it is feasible via OOTB Operations.. you might have to write custom jar code.


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

rushikeshvartak
All-Star
All-Star
  • You can implement this using custom jar and call custom jar in Connector

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