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

Hybrid application based on task type

pmahalle
All-Star
All-Star

We have to integrate application, for which APIs are available for account related operation like new account, update account, disable account etc. but APIs are not available for entitlement related operations.

We wanted to create hybrid application, where all account related task should be connected and access/entitlement related tasks should be disconnected (owner will fulfill manually). Is there any way to achieve this in single application/endpoint?


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂
4 REPLIES 4

naveenss
All-Star
All-Star

Hi @pmahalle 

You can use advanced query in the WSRETRY job to filter ONLY the account related operations. All access related tasks can be restricted not to be processed.

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Hi @pmahalle,

The correct approach in using advanced query capabilities within the WSRETRY job to filter and focus exclusively on account-related operations. This strategic choice enables the restriction of access-related tasks from being processed, allowing for a more streamlined and efficient process

dgandhi
All-Star
All-Star

Yes, in your WS Retry job, use advance config to process only Account related task.

This way access related task will remain in New state and Account related task will be in Completed state.

The only problem would be that owner for the Access related task would be admin and hence that needs to be changed from admin to Manual provisioning user group (configured at end point level)

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

Thanks @naveenss @DixshantValecha  @dgandhi for the response. We are having two issues here if we use advanced config query in WSRETRY job.

1. We are already live with generic(without any filter) WSRETRY job. So in order to use advanced config approach, we might need to make changes in the existing job, making changes would required regression testing.

2. As mentioned by Devang,  owner for the Access related task would be admin but we want it as manual fulfiller user. @dgandhi  what's the way to change the owner of those access task apart from custom query?


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂