09/28/2023 12:39 AM
Hi Technical Folks and Saviynt Team,
Its a SOAP based application (PROS GSD).
Requirement:
1. Using SOAP connector, Is it possible to bring two different entitlement types (Ex: 1. Roles 2. Work teams) which are associated with the user during import?
2. Using SOAP connector, Is it possible to call separate APIs based on entitlement type to add access?
Ex: (i). If end user requested "Role1" entitlement of type "Roles", Saviynt should call add Role API.
(ii). If end user requested "Work Team1" entitlement of type "Work Teams", Saviynt should call add Work Team API.
3. Using SOAP connector, Is it possible to call separate APIs based on entitlement type to remove access?
Ex: (i). If end user removed "Role2" entitlement of type "Roles", Saviynt should call remove Role API.
(ii). If end user removed "Work Team2" entitlement of type "Work Teams", Saviynt should call remove Work Teams API.
Please let us know if this can be doable or not in SOAP. If yes, please do share JSON configurations.
10/03/2023 07:21 AM
Hi @Adithya
Are these entitlement types (1. Roles 2. Work teams) the same across all the users?
What's the use case behind importing entitlement types as part of the user import? Are you looking to map these to user attributes and drive the request and entitlements based on the Dynamic attribute selection?
10/04/2023 01:15 AM
1. Role and Work team are two different entitlement types within the application. Ex: User has access to Pricing Manager Role and Europe Work Team. (User will get pricing manager acces and he can only see Europe data within the application)
2. The requirement is during import, we need to bring Role and Work team as different entitlement types. After that we need to use enterprise roles to provision the access to user.