PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners Click HERE | EMEA/APJ Click HERE

Filter endpoints in request access for others

Ivan5533
Regular Contributor
Regular Contributor

Use case:

We need that when a manager, which, is a manager of internal employee and external users goes to request access for Others, it only shows him the applications available for that specific user, for example, if the user is an internal employee, he can request a new account on the VPN endpoint, but if the user is external it will only show SAP and IT Material, so VPN should not appear if the user is an external.

Same manager, request access for different identities:

Internal employee Identity:

Ivan5533_1-1712577754503.png

 

External identity:

Ivan5533_2-1712577795418.png

 

How can we implement this filter? It would be a filter in which the endpoint is only available depending on the employeeType.

Thank you!

Kind regards,

Ivan

 

 

2 REPLIES 2

PremMahadikar
All-Star
All-Star

Hi @Ivan5533 ,

Please use Access query in Endpoint configuration:

Refer to following document for more details : https://docs.saviyntcloud.com/bundle/SSM-Admin-v55x/page/Content/Chapter04-Onboarding-and-Managing-A...

Sample: where users.employeetype='Internal/External User'

Note: This configuration is endpoint specific. Use the same configuration for other application for visibility control.

 

If this helps your question, please consider selecting Accept As Solution and hit Kudos

Saathvik
All-Star
All-Star

@Ivan5533 : In VPN endpoint use the access query with below condition

where users.employeetype='<Internal User Type>'


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.