Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/05/2024 10:34 AM
We have a requirement where we want user which belongs to a particular OU in AD should be able to see certain applications in ARS page. Can someone please help on how we can achieve this requirement?
07/05/2024 12:11 PM
Does account domain is getting stored in user profile ?
07/05/2024 12:32 PM
Yes the domain is getting set in the user profile
07/05/2024 12:38 PM - edited 07/05/2024 01:21 PM
Consider domain is stored in users property
create single select drop down dynamic attribute as
select u.customproperty32 as ID from users u where u.userkey=${requestee}
if domain is not stored and DN is stored then use substring and show domain on request form
In entitlement type configuration
ev.status=1 and ev.customproperty1 = 'TRUE' and ev.customproperty19 like '${Domain}'
here domain is also stored in entitlement customproperty 19
if you dont want to store use substring in entitlement value and implement
07/05/2024 02:26 PM - edited 07/05/2024 02:27 PM
Could you please explain in detail as how to configure these settings in Saviynt as I am fairly new. Really appreciate your help. Thanks a lot 🙂
07/05/2024 02:37 PM
07/05/2024 01:13 PM
Use Access Query.
Below document for reference:
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.