io.quarkus.oidc.token.propagation.runtime.OidcTokenPropagationBuildTimeConfig.jdp Maven / Gradle / Ivy
io.quarkus.oidc.token.propagation.runtime.OidcTokenPropagationBuildTimeConfig.enabled=If the OIDC Token Propagation is enabled.
io.quarkus.oidc.token.propagation.runtime.OidcTokenPropagationBuildTimeConfig.enabledDuringAuthentication=Whether the token propagation is enabled during the `SecurityIdentity` augmentation.\n\nFor example, you may need to use a REST client from `SecurityIdentityAugmentor`\nto propagate the current token to acquire additional roles for the `SecurityIdentity`.\n\nNote, this feature relies on a duplicated context. More information about Vert.x duplicated\ncontext can be found in xref\:duplicated-context.adoc[this guide].\n\n@asciidoclet