API Gateway JWT Validation Template
All calls to the API must include a Json Web Token (JWT) to use the API.
home
You can use a JSON Web Token (JWT) to transfer information between parties as a JSON object. Because the token is signed, you can trust the information and its emitter.
The JWT Validation policy enables you to validate incoming requests using a JWT with JWS format. The policy verifies the signature of the token and asserts the values of the claims.
Additional References
Reviews
API Gateway JWT Validation Template doesn't have any reviews yet