Description
HTTP Basic Authentication provider.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
optional | VALUE | Boolean | false | Whether authentication is required |
outbound | LIST | i.h.s.p.c.OutboundTarget | Add a new outbound target to configure identity propagation or explicit username/password | |
principal-type | VALUE | i.h.s.SubjectType | USER | Principal type this provider extracts (and also propagates) |
realm | VALUE | String | helidon | Set the realm to use when challenging users |
users | LIST | i.h.s.p.h.C.ConfigUser | Set user store to validate users |
See the manifest for all available types.