io.helidon.security.providers.jwt.AtnTokenConfig
Description
Configuration for security.providers.jwt.atn-token
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
handler | Token | Token handler to extract username from request | |
jwk | Configuration for jwk | ||
jwt- | String | Audience expected in inbound JWTs. Required when authentication is enabled and signature verification is disabled | |
jwt- | String | Issuer expected in inbound JWTs. Required when authentication is enabled and signature verification is disabled | |
verify- | Boolean | true | Whether to verify inbound JWT signatures. If set to false while authentication is enabled, atn-token.jwt-issuer and atn-token.jwt-audience are required |
Usages
See the manifest for all available types.