Created
May 2, 2022 19:11
-
-
Save TakahikoKawasaki/a6e5447539234d56fb2cd53fa8aeb19c to your computer and use it in GitHub Desktop.
Copy from https://bitbucket.org/openid/ekyc-ida/src/master/examples/response/external_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", | |
"digest": { | |
"alg": "sha-256", | |
"value": "qC1zE5AfxylOFLrCnOIURXJUvnZwSFe5uUj8t6hdQVM=" | |
}, | |
"url": "https://example.com/attachments/pGL9yz4hZQ", | |
"access_token": "ksj3n283dke", | |
"expires_in": 30 | |
}, | |
{ | |
"desc": "Back of id document", | |
"digest": { | |
"alg": "sha-256", | |
"value": "2QcDeLJ/qeXJn4nP+v3nijMgxOBCT9WJaV0LjRS4aT8=" | |
}, | |
"url": "https://example.com/attachments/4Ag8IpOf95" | |
}, | |
{ | |
"desc": "Signed document", | |
"digest": { | |
"alg": "sha-256", | |
"value": "i3O7U79LiyKmmesIgULKT2Q8LAxNO0CpwJVcbepaYf8=" | |
}, | |
"url": "https://example.com/attachments/4Ag8IpOf95", | |
"access_token": null, | |
"expires_in": 30 | |
} | |
] | |
} | |
] | |
}, | |
"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