Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Requesting Entilements with relation & Token generation manually

suresh99
New Contributor
New Contributor

Hi Team,

Can you let us know how to achieve the below requirements.

1. We have two Endpoint EP1,EP2,  Our requirement goes like below

When user request an entitlement from Ep1 , we want couple of entitlements from EP2 also granted.

2. We have REST connector , refresh token will not generate automatically , We have run a program every 30 days  to get refresh token, Can we try some thing from JSON or we need to write java code for this ?

 

 

Thanks,

 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

You can achieve using entitlement map concept 

When user request an entitlement from Ep1 , we want couple of entitlements from EP2 also granted.


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

avinashchhetri
Saviynt Employee
Saviynt Employee

Information Entitlement Map as @rushikeshvartak suggested can be found in the link below.

https://saviynt.freshdesk.com/support/solutions/articles/43000527104

 

Regards,
Avinash Chhetri

Thank you for responses, Any idea on Q#2 - refersh token generation programatically ? 

Use Test connection api to update connection Json

Test Connection

{{url}}/ECM/{{path}}/testConnection

This API is used to save and test a connection.

https://documenter.getpostman.com/view/1797923/RWaLwo21#27f58230-b3c0-45c9-adba-77fc3447e3e6 

to check parameters go to admin - connections - connection type

rushikeshvartak_0-1662500446896.png

 

 

Formdata parameters needs to exact same 

Postman :

rushikeshvartak_1-1662500447020.png

 

 

SSM :

rushikeshvartak_2-1662500447153.png

 

 

Application :

rushikeshvartak_3-1662500447027.png

 

 


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