Background: For an endpoint E1, there are multiple Application Roles (AR1, AR2, AR3 etc) configured. There is also separate E2 and E3 endpoint (Different security systems) with Ent1, Ent2, and Ent3 entitlements and Ent4, Ent5, and Ent6 entitlements ...
Requirement: When you request an enterprise role and you have more than two user accounts in an endpoint. While requesting access to Enterprise Role you want a pop-up stating for which account the request will be submitted.Note: We don't want to prov...
Requirement: Select a dynamic attribute value in ARS and then based on the dynamic attribute some specific role should get displayed based on some logic.Is this requirement possible in 5.5 SP5 version?
Can you use dataset_values in the correlation rule advance config to correlate the user account to user identity?If Yes, Could anyone please share some sample codes?Thanks,
Entitlment mapping for inactive active is not happeninig. Below is the account import JSON.Version: 5.5 SP5Below is accountimportJSON that I am using:{"accountParams": {"connection": "acctAuth","processingType": "SequentialAndIterative","statusAndThr...
Hi Sudesh,Although I wanted to implement this by application role but would be interesting to look at the perspective of the Enterprise Role.I went through the link but couldn't find anything of much help. Would you be so kind to explain this in more...
Hi,I tried using the below configuration but it doesn't help as well. Here customproperty8 denoted the Application role's CP8 while '${Application}' denotes the dynamic attribute name.Requirement: User should select dynamic attribute value as an appl...
The endpoint AccountName consists of the country code and systemusername value. For eg: if country code is A and systemusername is mayank then accountname will be Amayank.Note: If users.Country eq India in Saviynt doesn't mean that the country code w...
You can also use wildcards in the group name for importing groups using %. {"Endpoint1":[{"memberOf":["CN=TST-Group1%,OU=Groups,OU=OU,DC=com%"]}],"Endpoint2":[{"memberOf":["CN=TST-Group17%,OU=Groups,OU=OU,DC=com%"]}]} Note: There was a no ',' after C...