io.helidon.security.Security
Description
Configuration of security providers, integration and other security options
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
default-authentication-provider | String | ID of the default authentication provider | |
default-authorization-provider | String | ID of the default authorization provider | |
enabled | Boolean | true | Security can be disabled using configuration, or explicitly |
environment | Configuration for environment | ||
provider-policy | Configuration for provider-policy | ||
providers | List<SecurityProvider> | Add a provider, works as #addProvider(io.helidon.security.spi.SecurityProvider, String), where the name is set to Class#getSimpleName() | |
secrets | List<Config> | Configured secrets | |
tracing | Configuration for tracing |
Usages
See the manifest for all available types.