All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.oidc.token.propagation.runtime.OidcTokenPropagationConfig.jdp Maven / Gradle / Ivy

io.quarkus.oidc.token.propagation.runtime.OidcTokenPropagationConfig.clientName=Name of the configured OidcClient.\n\nNote this property is injected into AccessTokenRequestFilter and is only used if the `exchangeToken` property is enabled.
io.quarkus.oidc.token.propagation.runtime.OidcTokenPropagationConfig.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.\n\nNote this property is injected into AccessTokenRequestFilter.
io.quarkus.oidc.token.propagation.runtime.OidcTokenPropagationConfig.jsonWebToken=Enable JsonWebTokenRequestFilter instead of AccessTokenRequestFilter for all the injected MP RestClient implementations.\nThis filter can propagate as well as modify and secure the updated JsonWebToken tokens.\n\nNote this property is ignored unless the 'registerFilter' property is enabled.
io.quarkus.oidc.token.propagation.runtime.OidcTokenPropagationConfig.registerFilter=Enable either AccessTokenRequestFilter or JsonWebTokenRequestFilter for all the injected MP RestClient implementations.\n\nAccessTokenRequestFilter can propagate both opaque (binary) and JsonWebToken tokens but it can not modify\nand secure the updated JsonWebToken tokens.\nJsonWebTokenRequestFilter can only propagate JsonWebToken tokens but it can also modify and secure them again.\nEnable the 'jsonWebToken' property to have JsonWebTokenRequestFilter registered.\n\nAlternatively, instead of using this property for registering these filters with all the injected MP RestClient\nimplementations, both filters can be registered as MP RestClient providers with the specific MP RestClient\nimplementations.
io.quarkus.oidc.token.propagation.runtime.OidcTokenPropagationConfig.secureJsonWebToken=Secure the injected and possibly modified JsonWebToken.\nFor example, a JsonWebToken produced and signed by OpenId Connect provider can be re-signed using a new private key.\n\nNote this property is injected into JsonWebTokenRequestFilter.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy