Hi,Current Version: 23.10We have 300 entitlements for endpoint1 and we have a custom query job which adds mapped entitlements of endpoint2 to endpoint1 entitlements but now the configuration has changed. Now we need to remove the specific query insid...
HI,Is it possible for not to pull the entitlement owner from AD to Saviynt.? So that we can add owners in Saviynt manuallyConnector type: AD.In groupImportMapping I have tried updating the below options to not pull the AD Group Owner from AD to Saviy...
Hi,I have created one connected app with (Connection/SS/endpoint) and disconnected app with only connection. I have added connected and disconnected app connections one security system as below.Once the any user request to this endpoint it has to cre...
Hi All,We have a requirement to enable the check box in AD when the AD Group is created through Saviynt which is "Manager can update membership list" present in ManagedBy tab. Below is the checkbox need to be enabled in AD. Please let us know how we...
Hi All,We have a requirement to create AD Groups through Saviynt. Once the request is submitted in Saviynt a group has to create in target (AD) which is working fine but while creating group it has to create with a unique GID value and it has to gene...
Hi @rushikeshvartak, Thanks for the reply.Entitlementmap is the table to update the Mapped entitlements but I need to update one JOB(CUSTOM QUERY) through another JOB (Enhanced Query Job)We are in 23.10v and I need to use a table name in Enhanced Que...
Currently we are testing in DEV and the job was not scheduled. But I ran the job only once then it triggered 2 emails with same body and TO address/FROM address as same.
@sudeshjaiswal , can we know in which version this can be fixed ?@rushikeshvartak , I tried removing the field but still it's removing the Owner while import.
Since we don't have any option to auto increment. We have used rolekey and a random number to send a unique value in GID attribute when the group is created. and it is working fine."gidNumber": "${role.id}${(int)(java.lang.Math.random()*(10000-1000+1...