Created
May 2, 2022 19:09
-
-
Save TakahikoKawasaki/7ed5653b7960086112e5b065982cd85d to your computer and use it in GitHub Desktop.
Copy from https://bitbucket.org/openid/ekyc-ida/src/master/examples/response/embedded_attachments.json
This file contains hidden or 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
{ | |
"verified_claims": { | |
"verification": { | |
"trust_framework":"eidas", | |
"assurance_level": "substantial", | |
"evidence": [ | |
{ | |
"type": "document", | |
"method": "pipp", | |
"time": "2012-04-22T11:30Z", | |
"document_details": { | |
"type": "idcard", | |
"issuer": { | |
"name": "Stadt Augsburg", | |
"country": "DE" | |
}, | |
"document_number": "53554554", | |
"date_of_issuance": "2010-03-23", | |
"date_of_expiry": "2020-03-22" | |
}, | |
"attachments": [ | |
{ | |
"desc": "Front of id document", | |
"content_type": "image/png", | |
"content": "Wkd0bWFtVnlhWFI2Wlc0Mk16VER2RFUyY0RRMWFUbDBNelJ1TlRjd31dzdaM1pTQXJaWGRsTXpNZ2RETmxDZwo=" | |
}, | |
{ | |
"desc": "Back of id document", | |
"content_type": "image/png", | |
"content": "iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAADSFsjdkhjwhAABJRU5ErkJggg==" | |
} | |
] | |
} | |
] | |
}, | |
"claims": { | |
"given_name": "Max", | |
"family_name": "Mustermann", | |
"birthdate": "1956-01-28" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment