Interface OidcRedisTokenStateManagerBuildConfig


@ConfigRoot @ConfigMapping(prefix="quarkus.oidc.redis-token-state-manager") public interface OidcRedisTokenStateManagerBuildConfig
OIDC Redis Token State Manager build-time configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Enables this extension.
    Selects Redis client used to store the OIDC token state.
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      Enables this extension. Set to 'false' if this extension should be disabled.
    • redisClientName

      @WithDefault("<default>") String redisClientName()
      Selects Redis client used to store the OIDC token state. The default Redis client is used if this property is not configured. Used Redis datasource must only be accessible by trusted parties, because Quarkus will not encrypt tokens before storing them.