[IDA] verified_claims_request.json disallows transformed_claims

Issue #1290 resolved
Takahiko Kawasaki created an issue

The JSON schema “verified_claims_request.json” does not allow the “claims” request parameter to contain “transformed_claims” (which is defined in “OpenID Connect Advanced Syntax for Claims (ASC) 1.0”) because the JSON schema has "additionalProperties": false at the bottom.

Comments (3)

  1. Mark Haine

    I am tempted to add

    "transformed_claims": {
     "type": "object"
     },
    

    to the verified_claims_request.json file instead of remove the "additionalProperties": false

    I am however concerned that whatever solution we use to this issue this is a schema that this is really there for OpenID for Identity Assurance not for ASC at this stage.

  2. Log in to comment