View payload_of_id_token.json
This file contains 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
{ | |
"iss": "https://authlete.com", | |
"sub": "1004", | |
"aud": [ | |
"7681191256" | |
], | |
"exp": 1651654999, | |
"iat": 1651568599, | |
"auth_time": 1651568599, | |
"nonce": "n-0S6_WzA2Mj", |
View reference_of_predefined_transformed_claim.json
This file contains 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
{ | |
"id_token": { | |
"verified_claims": { | |
"verification": { | |
"trust_framework": null | |
}, | |
"claims": { | |
"given_name": null, | |
"::age_100_or_over": null | |
} |
View transformed_claims_predefined.json
This file contains 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_predefined": { | |
"age_100_or_over": { | |
"claim": "birthdate", | |
"fn": [ | |
"years_ago", | |
[ "gte", 100 ] | |
] | |
} | |
} |
View transformed_claims.json
This file contains 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 ] | |
] | |
} | |
}, |
View age_18_or_over.json
This file contains 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
{ | |
"age_18_or_over": { | |
"claim": "birthdate", | |
"fn": [ | |
"years_ago", | |
[ "gte", 18 ] | |
] | |
} | |
} |
View external_attachments.json
This file contains 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", |
View embedded_attachments.json
This file contains 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", |
View oidc4ida_filtering_by_evidence.json
This file contains 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
{ | |
"userinfo": { | |
"verified_claims": { | |
"verification": { | |
"trust_framework": null, | |
"evidence": [ | |
{ | |
"type": { | |
"value": "document" | |
}, |
View oidc4ida_filtering_by_max_age.json
This file contains 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
{ | |
"userinfo": { | |
"verified_claims": { | |
"verification": { | |
"trust_framework": null, | |
"time": { | |
"max_age": 2592000 | |
} | |
}, | |
"claims": { |
NewerOlder