io.helidon.security.providers.httpauth.HttpBasicAuthProvider
Description
HTTP Basic Authentication provider
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
outbound | List<OutboundTarget> | Add a new outbound target to configure identity propagation or explicit username/password | |
optional | Boolean | false | Whether authentication is required |
realm | String | helidon | Set the realm to use when challenging users |
principal-type | SubjectType | USER | Principal type this provider extracts (and also propagates) |
users | List<ConfigUser> | Set user store to validate users |
Usages
See the manifest for all available types.