Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/17/2024 09:16 AM
We have the following requirement: When a user requests access to endpoint A (Production) we need the request to automatically be duplicated in endpoint B (UAT). This would include the account creation as well as duplicating which entitlements were requested. I have seen numerous items related to associating entitlements, but it seems cumbersome to create an associated entitlement or entitlement map for every entitlement in an application, as well as update it if any changes happen i.e. new entitlement added. Also looked into using an analytic to compare access in endpoint A and have provisioning analytic provision to endpoint B, but that seems like it would be an extremely complex logic to identify the appropriate entitlement(s) to be replicated. Is there a better way to accomplish this? Or if anyone has accomplished this what was used to function programatically?
05/20/2024 10:35 PM
Currently its not supported to raise automatically rrequest for another application. You can explore custom extenstion with saviynt rest api
05/21/2024 08:25 AM
Would leveraging something like an actionable analytic to identify completed tasks from the day, and identify the corresponding access in the dependent system work?
05/23/2024 09:58 PM
Yes
05/29/2024 08:16 AM
Do you happen to have some sort of sample where we can compare completed tasks for one endpoint that compares and pulls appropriate access in another endpoint with the same entitlement values?
06/03/2024 10:52 PM
You can create analytics report and compare result between last 2 runs of same report
07/09/2024 01:13 PM
We had made a change in approach, and will instead be comparing the 2 accounts the user has in PROD and UAT. I am still finding difficulty collecting the right data in the analytic. Do you have some kind of sample which could show me the UAT entitlements matching their PROD entitlement counterpart? I have attached a query I have been working on building but not able to put them together.
Zip includes queries to get dev and prod account details as well as entitlements associated with accounts. Also have query to pull all dev entitlements which is necessary to find the delta between what PROD has and DEV doesn't but needs to have provisioned.
07/10/2024 12:02 AM
07/10/2024 07:07 AM
Can you provide an example of vlookup being used for accessing this type of data?