Class OidcTokenPropagationReactiveConfig
- java.lang.Object
-
- io.quarkus.oidc.token.propagation.reactive.OidcTokenPropagationReactiveConfig
-
@ConfigRoot(name="oidc-token-propagation-reactive", phase=BUILD_AND_RUN_TIME_FIXED) public class OidcTokenPropagationReactiveConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Optional<String>clientNameName of the configured OidcClient.booleanexchangeTokenExchange the current token with OpenId Connect Provider for a new token using either "urn:ietf:params:oauth:grant-type:token-exchange" or "urn:ietf:params:oauth:grant-type:jwt-bearer" token grant before propagating it.
-
Constructor Summary
Constructors Constructor Description OidcTokenPropagationReactiveConfig()
-
-
-
Field Detail
-
exchangeToken
@ConfigItem(defaultValue="false") public boolean exchangeToken
Exchange the current token with OpenId Connect Provider for a new token using either "urn:ietf:params:oauth:grant-type:token-exchange" or "urn:ietf:params:oauth:grant-type:jwt-bearer" token grant before propagating it.
-
-