io.quarkus.oidc.token.propagation.reactive.OidcTokenPropagationReactiveConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-rest-client-oidc-token-propagation Show documentation
Show all versions of quarkus-rest-client-oidc-token-propagation Show documentation
Use REST Client to propagate the incoming Bearer access token or token acquired from Authorization Code Flow as HTTP Authorization Bearer token
io.quarkus.oidc.token.propagation.reactive.OidcTokenPropagationReactiveConfig.clientName=Name of the configured OidcClient.\n\nNote this property is only used if the `exchangeToken` property is enabled.
io.quarkus.oidc.token.propagation.reactive.OidcTokenPropagationReactiveConfig.exchangeToken=Exchange the current token with OpenId Connect Provider for a new token using either\n"urn\:ietf\:params\:oauth\:grant-type\:token-exchange" or "urn\:ietf\:params\:oauth\:grant-type\:jwt-bearer" token grant\nbefore propagating it.