Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/31/2024 12:29 AM - edited 08/31/2024 12:32 AM
Hi Team,
We have requirement :
Application Name "AdGroupApp"
this application need to display some of limited or restricted users but they need to provide access for other users? it is possible ?
if we use access query only limited users can see in ars form , but they not able request/provide access other users .
could you help on this..! thanks
Solved! Go to Solution.
08/31/2024 05:50 AM - edited 08/31/2024 05:53 AM
Hi @Raghu construct the query so it is dependent on the user for whom request is been raised.
You can use requestee.userkey or requestee.id or even user.userkye will work.
Or if you can provide me with the condition I can help with query.
08/31/2024 06:57 AM - edited 08/31/2024 07:01 AM
@NM can you give more information please with example ?
1.We can't modify Sav role ,Default role we given Request for All, if filter it will impact other application also right.
2.if we filter based on- new sav role may be they can give access but Application can visible evryone right ars form, i don't wont show all users in ARS form
could you some examples if have any idea?
08/31/2024 12:07 PM
Hi @Raghu not in sav role .. in the endpoint access query itself ..
Where user.userkey in (123) so if requesting for 123 it will be visible and if dependent on requestor
You can add
Where ${requestor} in ('txy')
08/31/2024 09:26 AM
09/01/2024 01:37 AM - edited 09/01/2024 02:02 AM
@rushikeshvartak @NM it not working verified.
Tried below scenario :
where '${requestor}' in ('Raghu')
where '${requestor}' in ('firstname') and
where '${requestor}' in ('lastname') and accountname also not working.
where '${requestor}' in ('username')-- it is working ..! thanks you
09/01/2024 01:52 AM