You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For OIDC4VCI draft > =14, the token endpoint does not return a c_nonce. So wallet MUST get the nonce for the key proof of ownership jwt from a new nonce endpoint provided by the issuer. This nonce is used to provide the jwt or ldp_vp proof in the credential request
To get the nonce
get the nonce endpoint URL from the credential issuer metadata : nonce_endpoint:
make a POST to this endpoint
Example:
POST /issuer/nonce HTTP/1.1
Host: talao.co
Content-Length: 0
need before #3180
For OIDC4VCI draft > =14, the token endpoint does not return a c_nonce. So wallet MUST get the nonce for the key proof of ownership jwt from a new nonce endpoint provided by the issuer. This nonce is used to provide the jwt or ldp_vp proof in the credential request
To get the nonce
nonce_endpoint
:Example:
Response from issuer should be :
If nonce endpoint is not available than raise an error message 'invalid_response' with error_description 'Nonce endpoint is not available'
The text was updated successfully, but these errors were encountered: