WS_AP_IA_MainInteraction_030b¶
Objective¶
Verify that the Wallet sends a Credential Request using a correctly formatted HTTP Request to the Credential Endpoint of the Credential Issuer.
References¶
- [ETSI TS 119 472-3] section 4.6
- [HAIP] section 4
- [OpenID4VCI] section 8.2
Profile applicability¶
None
EUDI-wallet relevancy¶
EUDI_generic | EUDI_required
Technology¶
OpenID4VCI Credential Endpoint requests.
Preconditions¶
- Wallet is set to 'default_configuration_1'.
- Wallet started engagement with Credential Issuer.
- Wallet successfully authenticated to the (Authorization Server of the) Credential Issuer.
- Wallet successfully obtained an Access Token from the Token Endpoint of the (Authorization Server of the) Credential Issuer.
- Wallet send a HTTP Request to the Credential Endpoint.
Test Scenario¶
- Verify the header of the HTTP Request of the Credential Request.
- Perform all Shared_JSON test cases on the contents of the Body of the HTTP Request.
Expected results¶
- The Wallet sends a HTTP Request with a
Content-Typeheader with the valueapplication/json. -
All test cases pass.
- TODO Distinguish Credential Request encryption applicable or not?