Authorizer
{
"authorizer": {
"type": "jwt",
"secret": "{YOUR_SECRET_KEY}",
"algorithm": "HS256",
"audience": "opensourcecommunity",
"issuer": "serverlessapigw"
},
}JWT Error
Error Codes and Responses
JOSEAlgNotAllowed
JWEDecryptionFailed
JWEInvalid
JWTExpired
JWTClaimValidationFailed
JWTInvalid
JWKSNoMatchingKey
JWKSInvalid
JWKSMultipleMatchingKeys
JWSInvalid
JWSSignatureVerificationFailed
JWT Verification Failed
Last updated