Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Support x5c header parameter in VC JWTs #449

Open
@andresuribe87

Description

@andresuribe87

Description

A VC 1.1 can be represented as a JWT according to https://www.w3.org/TR/vc-data-model/#json-web-token

Such representation may contain the x5c JOSE header parameter as described in https://www.rfc-editor.org/rfc/rfc7515.html#section-4.1.6. The SDK should provide an option to the VerifyMethod in

func (v *Verifier) VerifyJWS(token string) error {

When verification fails, an error should be returned.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions