Last active
October 22, 2024 20:02
-
-
Save jhackett1/5c4e263bc11f123ddd176ccaba066e90 to your computer and use it in GitHub Desktop.
Example JSON verified identity payload returned by some Vouchsafe APIs
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
{ | |
"sub": "5cb14773-584b-450a-9204-b0be325d72ce", | |
"iat": 1385066178, | |
"verified_claims": { | |
"verification": { | |
"outcome": "VERIFIED_SUCCESSFULLY", | |
"trust_framework": "uk_tfida", | |
"profile": "M0X", | |
"assurance_policy": "GPG_45" | |
"confidence_level": "medium", | |
"time": "2023-03-05T14:17:51+01:00", | |
"verifier": { | |
"organization": "VOUCHSAFE", | |
"txn": "32930d92-c181-432a-8601-495334c387ad" | |
} | |
}, | |
"claims": { | |
"given_name": "JANE", | |
"family_name": "SMITH", | |
"birth_date": "1991-01-01" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment