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
Both credential_signing_alg_values_supported and proof_signing_alg_values_supported are defined in the general section of OID4VCI Issuer Metadata and are currently defined as array of String values. While this is possible for JOSE algorithms, it is not possible for COSE algorithms.
Either make both polymorphic with the type depending on the format, or just make them format-specific parameters.