[OpenID-Specs-eKYC-IDA] Issue #1179: What happens if a verified_claims claim is requested that is not known to the OP? (openid/ekyc-ida)

Daniel Fett issues-reply at bitbucket.org
Thu Mar 5 08:19:42 UTC 2020


New issue 1179: What happens if a verified_claims claim is requested that is not known to the OP?
https://bitbucket.org/openid/ekyc-ida/issues/1179/what-happens-if-a-verified_claims-claim-is

Daniel Fett:

E.g.

```
{
   "userinfo":{
      "verified_claims":{
         "verification": {
            "trust_framework": null
         },
         "claims":{
            "NONEXISTING_CLAIM":null,
            "ANOTHER_NONEXISTING_CLAIM": { "essential": true },
            "COMPLETE $ AND UTTER NONSENSE @?":null
         }
      }
   }
}
```

‌




More information about the Openid-specs-ekyc-ida mailing list