JWTAuthenticationConfiguration
The JWT authentication configuration for a gateway authorizer.
Contents
- discoveryUrl
-
The discovery URL for the JWT authentication provider.
Type: String
Pattern:
.+/\.well-known/openid-configurationRequired: Yes
- allowedAudience
-
The allowed audience values for JWT authentication.
Type: Array of strings
Array Members: Minimum number of 1 item.
Required: No
- allowedClients
-
The allowed client identifiers for JWT authentication.
Type: Array of strings
Array Members: Minimum number of 1 item.
Required: No
- allowedScopes
-
The allowed scopes for JWT authentication.
Type: Array of strings
Array Members: Minimum number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\x21\x23-\x5B\x5D-\x7E]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: