WS_AP_MS_ProtocolMessages_034a¶
Objective¶
Verify that the Wallet sends the HTTP Request Body in the correct format when sending a Pushed Authorization Request, when using Pushed Authorization Requests for issuance.
References¶
- [ETSI TS 119 472-3] section 4.4
- [HAIP] section 4.3
- [OpenID4VCI] section 5.1.4
- [RFC9126] section 2
Profile applicability¶
None
EUDI-wallet relevancy¶
EUDI_generic | EUDI_required
Technology¶
Issuance via Redirects.
Preconditions¶
- End-user is engaging with a Credential Issuer using a User-agent.
- Wallet started engagement with Credential Issuer.
- Wallet successfully obtained Credential Issuer Metadata.
- The Wallet sends an HTTP POST Request to the selected Authorization Server's PAR endpoint.
Test Scenario¶
- Verify the
Content-Typeheader of the received HTTP Request.
Expected results¶
- The HTTP POST Request has the header
Content-Typewith valueapplication/x-www-form-urlencoded.