Interface OidcConfiguration
@ConfigMapping(prefix="polaris.oidc")
public interface OidcConfiguration
Polaris-specific configuration for OIDC tenants.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe type of the OIDC tenant resolver.@WithUnnamedKey("<default>") Map<String, OidcTenantConfiguration> tenants()Configuration for each OIDC tenant.
-
Field Details
-
DEFAULT_TENANT_KEY
- See Also:
-
-
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 inquarkus.oidc.<tenant-id>configuration. -
tenantResolver
The type of the OIDC tenant resolver. Must be a registeredOidcTenantResolverimplementation.
-