Skip to content

Instantly share code, notes, and snippets.

View TakahikoKawasaki's full-sized avatar

Takahiko Kawasaki TakahikoKawasaki

View GitHub Profile
{
"userinfo": {
"verified_claims": {
"verification": {
"trust_framework": {
"values": [ "nist_800_63A", "uk_tfida" ]
}
},
"claims": {
"given_name": null
{
"userinfo": {
"verified_claims": {
"verification": {
"trust_framework": {
"value": "uk_tfida"
}
},
"claims": {
"given_name": null
{
"userinfo": {
"verified_claims": {
"verification": {
"trust_framework": null,
"time": null,
"evidence": [
{
"type": {
"value": "document"
{
"verified_claims": {
"verification": {
"trust_framework": "nist_800_63A"
},
"claims": {
"given_name": "Inga"
}
}
}
{
"userinfo": {
"verified_claims": {
"verification": {
"trust_framework": null
},
"claims": {
"given_name": null
}
}
{
"verification": {
"trust_framework": "uk_tfida",
"evidence": [
{
"type": "electronic_record",
"check_details": [
{
"check_method": "kbv",
"organization": "OpenBankingTPP",
{
"verification": {
"trust_framework": null,
"evidence": [
{
"type": {
"value": "electronic_record"
},
"check_details": [
{
{
"verification": {
"trust_framework": "uk_tfida",
"evidence": [
{
"type": "electronic_record",
"check_details": [
{
"check_method": "kbv",
"organization": "TheCreditBureau",
@TakahikoKawasaki
TakahikoKawasaki / index.js
Created March 1, 2016 20:40
"Amazon API Gateway Custom Authorizer" (node.js) の例
// "Amazon API Gateway Custom Authorizer" (node.js) の例
// Copyright (c) 2016 Authlete, Inc.
//
// The MIT License
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
@TakahikoKawasaki
TakahikoKawasaki / index.js
Created March 1, 2016 20:29
An example of "Amazon API Gateway Custom Authorizer" (node.js).
// An example of "Amazon API Gateway Custom Authorizer" (node.js).
// Copyright (c) 2016 Authlete, Inc.
//
// The MIT License
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,