From 7f458db32c2ae8557d019146e561b69faff52de1 Mon Sep 17 00:00:00 2001 From: swethan1718 <113496801+swethan1718@users.noreply.github.com> Date: Wed, 8 May 2024 17:39:07 +0530 Subject: [PATCH] Update identity-mapping.json Removed DOB and Gender attribute for testing Signed-off-by: swethan1718 <113496801+swethan1718@users.noreply.github.com> --- identity-mapping.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/identity-mapping.json b/identity-mapping.json index f71454b3020..875fcd52b6c 100644 --- a/identity-mapping.json +++ b/identity-mapping.json @@ -164,9 +164,8 @@ } }, "attributeUpdateCountLimit": { - "fullName": 0, - "gender": 0, - "dateOfBirth": 0 + "fullName": 3 + } }