Skip to content

Instantly share code, notes, and snippets.

Avatar

Takahiko Kawasaki TakahikoKawasaki

View GitHub Profile
View payload_of_id_token.json
{
"iss": "https://authlete.com",
"sub": "1004",
"aud": [
"7681191256"
],
"exp": 1651654999,
"iat": 1651568599,
"auth_time": 1651568599,
"nonce": "n-0S6_WzA2Mj",
View claims_of_authorization_request.json
{
"id_token": {
"verified_claims": {
"verification":{
"trust_framework": null,
"assurance_process": {
"assurance_details": [
{
"assurance_type": {
"value": "verification"
View reference_of_predefined_transformed_claim.json
{
"id_token": {
"verified_claims": {
"verification": {
"trust_framework": null
},
"claims": {
"given_name": null,
"::age_100_or_over": null
}
View transformed_claims_predefined.json
{
"transformed_claims_predefined": {
"age_100_or_over": {
"claim": "birthdate",
"fn": [
"years_ago",
[ "gte", 100 ]
]
}
}
View transformed_claims.json
{
"transformed_claims": {
"age_18_or_over": {
"claim": "birthdate",
"fn": [
"years_ago",
[ "gte", 18 ]
]
}
},
View age_18_or_over.json
{
"age_18_or_over": {
"claim": "birthdate",
"fn": [
"years_ago",
[ "gte", 18 ]
]
}
}
View external_attachments.json
{
"verified_claims": {
"verification": {
"trust_framework":"eidas",
"assurance_level": "substantial",
"evidence": [
{
"type": "document",
"method": "pipp",
"time": "2012-04-22T11:30Z",
View embedded_attachments.json
{
"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
{
"userinfo": {
"verified_claims": {
"verification": {
"trust_framework": null,
"evidence": [
{
"type": {
"value": "document"
},
View oidc4ida_filtering_by_max_age.json
{
"userinfo": {
"verified_claims": {
"verification": {
"trust_framework": null,
"time": {
"max_age": 2592000
}
},
"claims": {