-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
For JWT Proofs spec mentions the following:
If Credential Issuer metadata is provided, the
alg
JWT header of the key proof, and if present, thealg
JOSE headers of bothkey_attestation
andtrust_chain
, MUST match one of the values listed in theproof_signing_alg_values_supported
metadata parameter.
Also same for attestation
proof
If Credential Issuer metadata is provided, the value of the
alg
JWT header of the key attestation MUST match one of the entries in theproof_signing_alg_values_supported
metadata parameter.
- Validate algorithm for JWT and
attestation
proofs as specified above.