io.helidon.security.providers.common.OutboundTarget
Description
Configuration of outbound target
Configuration options
| Key | Type | Description |
|---|---|---|
hosts | List<String> | Add supported host for this target |
methods | List<String> | Add supported method for this target |
paths | List<String> | Add supported paths for this target |
name | String | Configure the name of this outbound target |
transport | List<String> | Add supported transports for this target |
Usages
security.providers.google-login.outbound.outboundsecurity.providers.header-atn.outboundsecurity.providers.http-basic-auth.outboundsecurity.providers.jwt.sign-token.outboundsecurity.providers.oidc.outboundserver.features.security.security.providers.google-login.outbound.outboundserver.features.security.security.providers.header-atn.outboundserver.features.security.security.providers.http-basic-auth.outboundserver.features.security.security.providers.jwt.sign-token.outboundserver.features.security.security.providers.oidc.outbound
See the manifest for all available types.