-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a self-identified user (#112)
* Adding a self-identified user * Prettier JSON --------- Co-authored-by: Ole Martin Handeland <[email protected]>
- Loading branch information
1 parent
32ec88a
commit 7a50cca
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"UserId": 1004, | ||
"UserName": "SelvRegistrert", | ||
"PhoneNumber": null, | ||
"Email": "[email protected]", | ||
"PartyId": 510004, | ||
"Party": {}, | ||
"UserType": 2, | ||
"ProfileSettingPreference": { | ||
"Language": "nb" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"partyId": "510004", | ||
"partyTypeName": 3, | ||
"orgNumber": null, | ||
"ssn": null, | ||
"unitType": null, | ||
"name": "Selvregistrert Bruker", | ||
"isDeleted": false, | ||
"onlyHierarchyElementWithNoAccess": false, | ||
"person": null, | ||
"organisation": null, | ||
"childParties": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"partyId": "510004", | ||
"partyTypeName": 3, | ||
"ssn": null, | ||
"name": "Selvregistrert Bruker", | ||
"isDeleted": false, | ||
"onlyHierarchyElementWithNoAccess": false, | ||
"person": null, | ||
"organisation": null, | ||
"childParties": null | ||
} | ||
] |
6 changes: 6 additions & 0 deletions
6
testdata/authorization/roles/User_1004/party_510004/roles.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ | ||
{ | ||
"Type": "altinn", | ||
"value": "seln" | ||
} | ||
] |