AltMe icon indicating copy to clipboard operation
AltMe copied to clipboard

OIDC4VP test 6 fails with ASCS credential (profile default)

Open ThierryThevenet opened this issue 1 year ago • 0 comments

it works fine with EmailPass

wallet does not find the credential in the wallet

presentation_definition is

 "constraints": {
                "fields": [
                    {
                        "path": [
                            "$.type"
                        ],
                        "filter": {
                            "type": "array",
                            "contains": {
                                "const": "AscsUserCredential"
                            }
                        }
                    }
                ]
            }

ThierryThevenet avatar May 07 '24 10:05 ThierryThevenet