Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TakahikoKawasaki/1a5127590989472d9c14a875b5c9564e to your computer and use it in GitHub Desktop.
Save TakahikoKawasaki/1a5127590989472d9c14a875b5c9564e to your computer and use it in GitHub Desktop.
{
"id_token": {
"verified_claims": {
"verification":{
"trust_framework": null,
"assurance_process": {
"assurance_details": [
{
"assurance_type": {
"value": "verification"
},
"assurance_classification": null,
"evidence_ref": {
"txn": null
}
}
]
},
"verification_process": null,
"evidence": [
{
"type": {
"value": "document"
},
"check_details": [
{
"check_method": {
"value": "pvp"
},
"organization": null,
"txn": null
}
],
"time":null
}
]
},
"claims": {
"given_name": null,
"family_name": null,
"address": {
"street_address": null,
"locality": null,
"country": null
},
"::age_100_or_over": null,
":age_18_or_over": null
}
}
},
"transformed_claims": {
"age_18_or_over": {
"claim": "birthdate",
"fn": [
"years_ago",
[ "gte", 18 ]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment