Interface OidcConfiguration


@ConfigMapping(prefix="polaris.oidc") public interface OidcConfiguration
Polaris-specific configuration for OIDC tenants.
  • Field Details

  • Method Details

    • tenants

      @WithParentName @WithUnnamedKey("<default>") @WithDefaults @WithUnnamedKey("<default>") Map<String,OidcTenantConfiguration> tenants()
      Configuration for each OIDC tenant. The tenant ID must have a corresponding entry in quarkus.oidc.<tenant-id> configuration.
    • tenantResolver

      @WithDefault("default") @WithName("tenant-resolver.type") String tenantResolver()
      The type of the OIDC tenant resolver. Must be a registered OidcTenantResolver implementation.