Skip to content

Enhance the Signature Validation feature on the Token Detail screen to do full JWT validation #68

@rcbjBlueMars

Description

@rcbjBlueMars

Review the JWT validation procedure outlined in [1]. When a JWT is acting as an OIDC ID Token, the validation process outlined in [2] is also relevant. Each of these details should be checked and the result of that check displayed in a results field. A JWT validation library could be used to accomplish this, but only if the library exposes the individual steps, rather than wrapping the whole validation into a single operation.

Reference:
[1] https://www.rfc-editor.org/rfc/rfc7519#section-7.2
[2] https://openid.net/specs/openid-connect-core-1_0.html#IDTokenValidation

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