05/02/2023 04:41 AM
Hello, I have a use case where I want to trigger User Update and Technical rules when an Azure AD account is correlated to a user record in Saviynt. Saviynt provisions the AD account, but then Azure AD Connect syncs that account to Azure AD. When we do an import from Azure AD, the account gets correlated to the User object. Now I want to automatically trigger a Technical Rule to add that Azure AD account to an Azure AD group. How can this be accomplished in an automated way?
Kind Regards,
Jordan
05/02/2023 07:21 AM
Hi @JordanIP
Unfortunately i dont see there is direct way to automate this, the technical rule can only be called via user update rule and you need to find a way when account is imported then user has to be updated with one of the custom property and then based on that you can run a technical rules.
The other option would be to use analytics ( Default action ) to provide access directly if user is tagged to account and some specific access needs to be provisioned.
Thanks
Darshan
05/02/2023 07:31 AM
Thank you for the quick reply @Darshanjain. Is this something that we could accomplish with the Sav4Sav REST connector? If so, does Saviynt have any sample configuration for this in the Sav4Sav REST connector?
05/02/2023 07:39 AM - edited 05/02/2023 07:54 AM
Hi @JordanIP
As already said there is no direct way to achieve, even with sav4sav there is no direct approach to update.
You may need to come with up some idea on to get the user updated by custom query job or analytics or sav4sav job ( you can explore these areas ), one thing you can try is if user is correlated to specific endpoint, update the cp65 of user table to anything
Thanks
Darshan