Refactor previous COOPGO Identity service - Initial commit

This commit is contained in:
2022-08-02 12:26:28 +02:00
commit 3e93e6593d
41 changed files with 9026 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
"namespace": "default",
"authentication": {
"local": {
"username": "testuser",
"password": "testpassword"
}
},
"data": {
"freedata": {
"foo": "bar",
"foostrutc": {
"subfoo": "subbar"
}
},
"personal_information": {
"primaryPhoneNumber": {
"value": "+75860644",
"certificationDate": "2022-07-19T23:00:00.0Z",
"source": "mysource"
},
"primaryPostalAddress": {
"value": {
"line1": "tempor",
"line2": "Lorem dolore sed sint sunt",
"line6": "reprehenderit nos",
"line3": "repr",
"line7": "cillum quis id magna ",
"line4": "s"
},
"source": "mysource",
"certificationDate": "2021-10-07T23:00:00.0Z"
}
},
"direct": "nostruct",
"number": 1
}
}