Class OidcTokenPropagationReactiveBuildTimeConfig
java.lang.Object
io.quarkus.oidc.token.propagation.reactive.OidcTokenPropagationReactiveBuildTimeConfig
Build time configuration for OIDC Token Propagation Reactive.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf the OIDC Token Reactive Propagation is enabled.booleanWhether the token propagation is enabled during the `SecurityIdentity` augmentation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
@ConfigItem(defaultValue="true") public boolean enabledIf the OIDC Token Reactive Propagation is enabled. -
enabledDuringAuthentication
@ConfigItem(defaultValue="false") public boolean enabledDuringAuthenticationWhether the token propagation is enabled during the `SecurityIdentity` augmentation. For example, you may need to use a REST client from `SecurityIdentityAugmentor` to propagate the current token to acquire additional roles for the `SecurityIdentity`. Note, this feature relies on a duplicated context. More information about Vert.x duplicated context can be found in xref:duplicated-context.adoc[this guide].
-
-
Constructor Details
-
OidcTokenPropagationReactiveBuildTimeConfig
public OidcTokenPropagationReactiveBuildTimeConfig()
-