Created
May 3, 2022 04:14
-
-
Save TakahikoKawasaki/080a63b271e5e8cb698f7f9ae447bc92 to your computer and use it in GitHub Desktop.
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
{ | |
"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