JwtValidationActionConfig
Information about a JSON Web Token (JWT) validation action.
Contents
- Issuer
-
The issuer of the JWT. The maximum length is 256 characters.
Type: String
Required: Yes
- JwksEndpoint
-
The JSON Web Key Set (JWKS) endpoint. This endpoint contains JSON Web Keys (JWK) that are used to validate signatures from the provider.
This must be a full URL, including the HTTPS protocol, the domain, and the path. The maximum length is 256 characters.
Type: String
Required: Yes
- AdditionalClaims.member.N
-
Additional claims to validate. The maximum size of the list is 10. We validate the
exp,iss,nbf, andiatclaims by default.Type: Array of JwtValidationActionAdditionalClaim objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: