Skip to content

Commit

Permalink
Merge pull request #19 from UKHomeOffice/cfi-97
Browse files Browse the repository at this point in the history
update dea test config to add identity center
  • Loading branch information
mahrufiqbalHO authored Jan 9, 2024
2 parents 21e0404 + da1ae1d commit 8db031b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions source/common/config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8db031b

Please sign in to comment.