Closed alejandro-nieto-git closed 1 year ago
Hi @alejandro-nieto-git
The access_token is sent in the Authorization
header, not in the request body. The log doesn't show the request headers.
You can also see it in the example in the OIDC4VC spec: https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-credential-request
According to OID4VC specs (https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html) the access_token has to be sent alongside the proof of possession of the key material the issued Credential shall be bound to but only the proof is sent. There is a reason for this or is a future fix planned to be fully standard?. Below is an example of a Credential Request: