Skip to content

io.helidon.security.providers.httpauth.HttpBasicAuthProvider

Description

HTTP Basic Authentication provider

Configuration options

KeyTypeDefaultDescription
outboundList<OutboundTarget>Add a new outbound target to configure identity propagation or explicit username/password
optionalBooleanfalseWhether authentication is required
realmStringhelidonSet the realm to use when challenging users
principal-typeSubjectTypeUSERPrincipal type this provider extracts (and also propagates)
usersList<ConfigUser>Set user store to validate users

Usages


See the manifest for all available types.