From da1ae1d87058888f024327a68fae9806cc411289 Mon Sep 17 00:00:00 2001 From: Mahruf Iqbal Date: Tue, 9 Jan 2024 16:38:27 +0000 Subject: [PATCH] update dea test config to add identity center --- source/common/config/test.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/source/common/config/test.json b/source/common/config/test.json index 47064dd5..ef0569a9 100644 --- a/source/common/config/test.json +++ b/source/common/config/test.json @@ -7,6 +7,33 @@ "cognito": { "domain": "cfitestforensics" }, + "idpInfo": { + "identityStoreAccountId": "374806002771", + "identityStoreId": "d-9c67749d24", + "metadataPath": "https://portal.sso.eu-west-2.amazonaws.com/saml/metadata/Mzc0ODA2MDAyNzcxX2lucy02NzI0M2QwMzczY2ZiOWI5", + "metadataPathType": "URL", + "attributeMap": { + "idcenterid": "idcenterid", + "username": "username", + "email": "email", + "firstName": "firstname", + "lastName": "lastname" + }, + "groupToDeaRoleRules": [ + { + "filterValue": "TestDeaEvidenceManagers", + "deaRoleName": "EvidenceManager" + }, + { + "filterValue": "TestDeaWorkingManagers", + "deaRoleName": "WorkingManager" + }, + { + "filterValue": "TestDeaCaseWorkers", + "deaRoleName": "CaseWorker" + } + ] + }, "deaRoleTypes": [ { "name": "CaseWorker",