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 Assistance in Entitlement Owner Approval

Lakhitha
New Contributor III
New Contributor III

Hi All,

Need to some assistance in creating entitlement owner approval.

Use case :We have created a logical application under Active directory endpoint and only this application follows entitlement owner approval. And this application has prod and non-prod groups and it should go to entitlement owner approval only when we raise request for prod groups. (non-prod groups should be auto approved)

When we raise a request, only add access task is going to entitlement owner approval and the New account is getting auto approved.

Is there any way we can send both Add and New account task to entitlement owner approval only when we raise request for prod groups?

 

Thanks & Regards,

Lakhitha

 

4 REPLIES 4

NM
Honored Contributor III
Honored Contributor III

@Lakhitha use a custom assignment block with query to fullfill your need


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

Lakhitha
New Contributor III
New Contributor III

Is this possible to provide some sample custom assignment block query for this scenario?

select eo.userkey from entitlement_owners eo where eo.entitlement_valuekey=${REQUESTACCESSOBJ.id} 

rushikeshvartak_0-1729602608350.png

 

 


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

NM
Honored Contributor III
Honored Contributor III

@Lakhitha , check @rushikeshvartak response he added the query.

Just have a custom assignment block and add select custom query from dropdown and add the query.


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