WS_AP_SM_DeviceBinding_010a¶
Objective¶
Verify that the Wallet sends a correctly serialized JWT as proof with Key Attestation in the Credential Request to the Credential Endpoint of a Credential Issuer, when the jwt Proof Type is used.
References¶
- [CIR 2024/2979 amended] annex Ib
- [ETSI TS 119 472-3] section 4.6.1
- [HAIP] section 4.5.1
- [OpenID4VCI] section 8.2, F.1
Profile applicability¶
Wallet uses the jwt proof type to convey a key attestation in Credential Requests.
EUDI-wallet relevancy¶
EUDI_generic | EUDI_required
Technology¶
Credential with Key Binding.
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 syntactically correct Credential Request to the Credential Endpoint of the Credential Issuer.
- Wallet send a syntactically correct
proofsparameter in the Credential Request. - Wallet send a JWT as value of the
jwtproperty in theproofsparameter of the Credential Request.
Test Scenario¶
- Perform all Shared_JWT_JWS test cases on the value of the
jwtproperty of theproofsparameter in the Credential Request.
Expected results¶
- All test cases pass.