Skip to content

Instantly share code, notes, and snippets.

@TakahikoKawasaki
Created May 3, 2022 04:14
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/080a63b271e5e8cb698f7f9ae447bc92 to your computer and use it in GitHub Desktop.
Save TakahikoKawasaki/080a63b271e5e8cb698f7f9ae447bc92 to your computer and use it in GitHub Desktop.
{
"transformed_claims": {
"age_18_or_over": {
"claim": "birthdate",
"fn": [
"years_ago",
[ "gte", 18 ]
]
}
},
"id_token": {
"verified_claims": {
"verification": {
"trust_framework": null
},
"claims": {
"given_name": null,
":age_18_or_over": null
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment