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

In REST Connection JSON - Can we add logic Java/Groovy ?

IAM_99
Regular Contributor II
Regular Contributor II

Hi Team,

We have REST Connector -

for generating accesstoken we need to pass parameters which has to be encrypted using 'javax.crypto.Mac' and along with User details  and then pass to HTTP request to get access token

How to do this in Connection JSON  ( with out separate invoke jar job) any other inputs how to achieve this requirement?

5 REPLIES 5

SB
Saviynt Employee
Saviynt Employee

Let me confirm this with the internal Product team and will update you.


Regards,
Sahil

aishwaryat
New Contributor
New Contributor

Hi Sahil,

Any input from product team on this?

 

Thanks

SB
Saviynt Employee
Saviynt Employee

This is currently not supported but you log the requirement in Ideas portal if needed. https://ideas.saviynt.com

 


Regards,
Sahil

rushikeshvartak
All-Star
All-Star

You can use jar connector for above requirement 


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

IAM_99
Regular Contributor II
Regular Contributor II

Hi Rushikesh Vartak

Can you elaborate more on this (any link) ? you mean - invoke these api calls ( Connection json, CreateAccount json etc) from Java program ?

Only Access token generation(Connection JSON) is we need customization remaining all we can use ootb features.