11-25-2022 04:31 PM
Hey folks,
As part of EIC 2022 Release, the "Configure Saviynt4Saviynt" option in Global Configuration seems to be removed, and a new application has been made available using REST APIs (see Saviynt4Saviynt (REST Integration Guide) in the catalog.
Unfortunately, it does not provide the same level of integration as the previous Database connector as :
It would be therefore nice for both new integration and current customers migrating to v2022 to make the DB connector still available, or provide enhancement to current APIs.
11-29-2022 10:40 AM
11-30-2022 12:41 AM
Hello Rushikesh,
I went into the given API call. The problem is that it returns only one identity and its SAV Roles at a time, whereas REST connector needs to have call that gives either all SAV Roles with their attached identities or vice versa.
Is there a way to call this getSavRoles API recursively to get all users, or a similar workaround ?
11-30-2022 06:58 PM
you can call getuser api and pass username to savroles api to get details
Alternative - create analytics report and use that report in JSON
12-01-2022 12:14 AM
Hello Rushikesh,
Nice idea to use analytics report to be used in JSON, will work with something similar and post a working solution once we are done.
Thanks !
12-02-2022 10:09 AM
@adriencossonDoes Add Access JSON worked for adding sav role to user for you if yes can you share json
12-03-2022 01:32 AM
Sure, I simply used the following api to make it work :
Attached the Add/Remove Access JSONs.
Note : Make sure to replace <EIC_URL> by your tenant.
12-03-2022 06:28 AM
We are using same APi but its just adding entitlement not sav role. From postman it add sav not from saviynt
12-04-2022 10:18 AM
Two questions :
Any chance you can share the logs when Pending task is getting completed in order to investigate further ?
12-04-2022 11:36 AM
Tasks are getting created via rule.
when user have certain fields then assign role manager sav role
12-04-2022 12:03 PM
Ok. During provisioning job, are you able to capture any log in Admin > Admin Functions > Application Logs menu ?
12-04-2022 08:48 PM
As mentioned tasks are completed with entitlement added not sav role
12-04-2022 09:23 PM
What do you see in the logs when the task is getting executed?
For REST connector, add {"showLogs":true} in the config JSON to see additional logs for debugging.