HTTP Basic Authentication provider
Config key
http-basic-auth
This type provides the following service implementations:
-
io.helidon.security.spi.SecurityProvider -
io.helidon.security.spi.AuthenticationProvider
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
boolean |
|
Whether authentication is required. By default, request will fail if the authentication cannot be verified. If set to false, request will process and this provider will abstain. |
|
|
Add a new outbound target to configure identity propagation or explicit username/password. |
|
|
SubjectType (USER, SERVICE) |
|
Principal type this provider extracts (and also propagates). |
|
string |
|
Set the realm to use when challenging users. |
|
|
Set user store to validate users. Removes any other stores added through addUserStore(SecureUserStore). |