Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Pre-Requisite check for application request.

Gopi
New Contributor III
New Contributor III

Hi team,

The requirement is that if the user has AD access then only he/she can request for Oracle application with Entitlement access in ARS. This applies same to Enterprise Roles. How I can achieve this?

Can anyone help with this?

 Regards,

Gopi.

3 REPLIES 3

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi @Gopi ,

Thanks for reaching out.

Please use the access query option under Oracle Application.

Navigate to Admin > Identity Repository > Security System > Endpoints > Oracle Endpoint > Scroll down and you will see 'Access Query'

Screenshot 2023-04-07 at 10.33.14 AM.png

Specify the query to filter access and display this endpoint only for the allowed identity objects provided in the access query (used in the case of ARS). Attaching a sample query which might work in your case.

 

where users.userkey in (select ua.userkey from user_accounts ua where ua.accountkey in (select a.accountkey from accounts a where a.ENDPOINTKEY='Enter The endpoint key of the AD application'))

 

Make sure you enter the endpoint key of the AD Application in the above query. You can get endpoint key of the AD app either from the URL when you open the AD application on the UI or from the endpoints table under Data Analyzer.

Thanks.

Gopi
New Contributor III
New Contributor III

Hi @DaanishJawed 

This is working as expected thank you so much. Same requirement on how I can achieve enterprise role requests on the ARS page.

dgandhi
All-Star
All-Star

Hi

Can you try below place holder to meet your requirement?

Global Configurations-->Role Request --> Request Role Query

dgandhi_0-1681164251624.png

Thanks

 

 

 

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.