When using the reference issuer from wwWallet, I receive this from the go-wallet-backend backend as the PID is getting issued:
{
"error": "UNSUPPORTED",
"message": "key attestation generation is not supported"
}
is this something we will support?
If not, we need to remember to remove "attestation" from the following value in the frontend config:
VITE_OPENID4VCI_PROOF_TYPE_PRECEDENCE="attestation,jwt"
If we remove "attestation", it works.