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

Dynamic value is not working in Global Configuration-Request entitlement query.

Akilan
New Contributor
New Contributor

Hi Experts,

We are having two dynamic variables AccessType and UserAccessType where AccessType value is entitlement customproperty5(production,Non-Production,Allow List etc)  and UserAccessType is entitlement customproperty6(user) in ARS page that is working fine.

We have 10 AD based application and each application has separate Dynamic Attribute and Config for Requestable Entitlement in ARS in endpoint level and its working fine.

Config for Requestable Entitlement in ARS:

ev.customproperty5 ='${AccessType}' OR ('${AccessType}' = 'All' AND ev.customproperty5 IS NOT NULL)) and (ev.customproperty6 ='${UserAccessType}' or ev.customproperty6='All')

Now the requirement is instead of configuring each endpoint Config for Requestable Entitlement in ARS we need to configure globally for all AD based application in Global configuration-->Request-->Application-->Request entitlement query.

But the problem is dynamic value is not working, for example using direct value(prod,non-prod) is working(end user can able to request for entitlement)

Query: AND ev.customproperty5 in ('Production','Non-Production')  and customproperty6='User'

Akilan_0-1724732602739.png

But using Dynamic value(${AccessType} or ${UserAccessType} is not working.

QUERY: AND ev.customproperty5 ='${AccessType}' and customproperty6='${UserAccessType}'

Akilan_1-1724732701496.png

Please suggest any other alternative way to configure the dynamic value in GC.

 

 

 

 

 

3 REPLIES 3

NM
Honored Contributor II
Honored Contributor II

Hi @Akilan if you apply in global config the query will apply to all the endpoints not only AD ones.

FYI I tried it in older version it never worked.

stalluri
Valued Contributor II
Valued Contributor II

@Akilan This is Not supported. Create a ticket with Saviynt.


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

rushikeshvartak
All-Star
All-Star
  • Dynamic query are not supported in global configuration please raise idea ticket

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