Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Application Request

Raghu
All-Star
All-Star

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


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.
6 REPLIES 6

NM
Honored Contributor II
Honored Contributor II

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.

Raghu
All-Star
All-Star

@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?

 

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

NM
Honored Contributor II
Honored Contributor II

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')

rushikeshvartak
All-Star
All-Star
  • Use below query in endpoint access query
  • Access Query : where '${requestor}' in ('Rushi','Raghu')
  • Here Rushi & Raghu can request for any users 

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

@rushikeshvartak  @NM  it not working verified.

Raghu_0-1725179758391.png

 

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

 

 

 

 

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

NM
Honored Contributor II
Honored Contributor II

@Raghu try this 

where ${requestor.id} in (123)

123 is user key