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

New Account Approval Suppression

The_explorer
New Contributor II
New Contributor II

Hi,

When a new request is raised for an enterprise role (from Request Access/Request Access for Others tile), the request should be sent for role owner’s approval. However, the approval for new account would be suppressed and it would be auto approved.How can we achieve this use case?

11 REPLIES 11

rushikeshvartak
All-Star
All-Star

You can use below condition to detect new account and send it for seperate block

ars_requests.requesttype == 3 and entitlement.entitlement_value == null

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

Thanks rushi, but where to add this condition in workflow?

if else block


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

Yeah we can put this condition in if else block only but for role owner approval which tab we should use?

rushikeshvartak_0-1708064796600.png

 


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

Thank you rushikesh

Hi Rushikesh,

This condition is not working as we have requesting for a enterprise role not for an entitlement.

what would be the condition for requesting a enterprise role? 

Hey @rushikeshvartak ,

when we are requesting for enterprise role create account task will also get created, requirement is that that request should get auto approve. in above workflow create account task is not getting auto approved.

Thanks

 

 

Please share Request History screenshot


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

hey @rushikeshvartak 

PFA Request history SS

Smiling_0-1708580626962.png

 

Account gets created after request is approved hence its not feasible


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