Skip to content

Validate RSA signed JWT tokens #20

@jentz

Description

@jentz

The default behavior of the tool should be to validate JWT tokens that are signed with RSA. The initial implementation will not validate HSxxx (HMAC shared secret) tokens nor other public key signatures besides RSA. These can be supported later.

The validation procedure will adhere to the following rules:

  • validate RSA signature using the key from the JWKS endpoint
  • validate iss, nbf, iat and exp claims

recommended guidelines

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions