Interface OidcBuildTimeConfig


@ConfigMapping(prefix="quarkus.oidc") @ConfigRoot public interface OidcBuildTimeConfig
Build time configuration for OIDC.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Enable the registration of the Default TokenIntrospection and UserInfo Cache implementation bean.
    OIDC Dev UI configuration which is effective in dev mode only.
    boolean
    If the OIDC extension is enabled.
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      If the OIDC extension is enabled.
    • devui

      @ConfigDocSection DevUiConfig devui()
      OIDC Dev UI configuration which is effective in dev mode only.
    • defaultTokenCacheEnabled

      @WithDefault("true") boolean defaultTokenCacheEnabled()
      Enable the registration of the Default TokenIntrospection and UserInfo Cache implementation bean. Note: This only enables the default implementation. It requires configuration to be activated. See OidcConfig.tokenCache().