Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/08/2024 05:07 AM
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:
External identity:
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
Solved! Go to Solution.
04/08/2024 05:18 AM - edited 04/08/2024 05:22 AM
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'
If this helps your question, please consider selecting Accept As Solution and hit Kudos
04/08/2024 07:10 AM