Refactor previous COOPGO Identity service - Initial commit
This commit is contained in:
38
examples/grpcclient/json/account_with_local_auth.json
Normal file
38
examples/grpcclient/json/account_with_local_auth.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user