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

Config for Requestable Entitlement in ARS need to use Users table

kmashwini
Regular Contributor
Regular Contributor

Hello All,

In Config for Requestable Entitlement in ARS we need to configure that users should get entitlements in ARS while requests based on attributes in User table. Hence, we need to use Users table in Requestable Entitlement in ARS. Can you please help me how to achieve this.

Scenario:

1.User Company is ABC and Offshore is 0 then they should be able to select certain entitlements for access request.

2. User Company is DEF and Offshore is 1 then they should be able to select certain entitlements for access request.

we are also updating these two attributes in Entitlement Customproperty 1 and Custtomproperty 2.

 

8 REPLIES 8

rushikeshvartak
All-Star
All-Star
  • Create dynamic attribute under endpoint and use under entitlement type filter

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

we dont want dynmaic attribute I just need how we can use User table directly in entitlement type filter @rushikeshvartak 

NM
Honored Contributor II
Honored Contributor II

Hi @kmashwini it is not possible.. you need to introduce DA to handle the use case.

  • Can you share your current configuration 

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

We have not configured anything, we need users table to expose in  Config for Requestable Entitlement in ARS

NM
Honored Contributor II
Honored Contributor II

@kmashwini currently it is not you can raise an idea :light_bulb: on ideas portal

Use below sample query and update your logic

ev.customproperty1 = (select companyname from Users where companyname='Rushi' and userkey=${requestee})

rushikeshvartak_0-1726069003688.png

 

 

@NM  Please perform POC's or providing proofing screenshot or steps that its not working in latest version. It will ensure requestor gets proper resolution and confidence.


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

NM
Honored Contributor II
Honored Contributor II

Hey @rushikeshvartak which version is this??