diff --git a/testdata/authorization/partylist/1001.json b/testdata/authorization/partylist/1001.json index 0f2a3334..d48be7f3 100644 --- a/testdata/authorization/partylist/1001.json +++ b/testdata/authorization/partylist/1001.json @@ -9,5 +9,17 @@ "person": null, "organisation": null, "childParties": null + }, + { + "partyId": "500000", + "partyTypeName": 2, + "OrgNumber": "897069650", + "unitType": "AS", + "name": "DDG Fitness AS", + "isDeleted": false, + "onlyHierarchyElementWithNoAccess": false, + "person": null, + "organisation": null, + "childParties": null } ] diff --git a/testdata/authorization/partylist/1002.json b/testdata/authorization/partylist/1002.json index 36d736f6..928dce83 100644 --- a/testdata/authorization/partylist/1002.json +++ b/testdata/authorization/partylist/1002.json @@ -9,5 +9,17 @@ "person": null, "organisation": null, "childParties": null + }, + { + "partyId": "500000", + "partyTypeName": 2, + "OrgNumber": "897069650", + "unitType": "AS", + "name": "DDG Fitness AS", + "isDeleted": false, + "onlyHierarchyElementWithNoAccess": false, + "person": null, + "organisation": null, + "childParties": null } ] diff --git a/testdata/authorization/roles/User_1001/party_500000/roles.json b/testdata/authorization/roles/User_1001/party_500000/roles.json new file mode 100644 index 00000000..ee27c7b9 --- /dev/null +++ b/testdata/authorization/roles/User_1001/party_500000/roles.json @@ -0,0 +1,14 @@ +[ + { + "Type": "altinn", + "value": "A0239" + }, + { + "Type": "altinn", + "value": "A0240" + }, + { + "Type": "altinn", + "value": "A0241" + } +] diff --git a/testdata/authorization/roles/User_1002/party_500000/roles.json b/testdata/authorization/roles/User_1002/party_500000/roles.json new file mode 100644 index 00000000..a416c98b --- /dev/null +++ b/testdata/authorization/roles/User_1002/party_500000/roles.json @@ -0,0 +1,10 @@ +[ + { + "Type": "altinn", + "value": "A0237" + }, + { + "Type": "altinn", + "value": "A0238" + } +]