io.helidon.server.features.security.security.providers.oidc.tenants.JwkLoaderConfig
Description
Configuration for server.features.security.security.providers.oidc.tenants.jwk-loader
Configuration options
| Key | Type | Description |
|---|---|---|
circuit- | Circuit | Circuit breaker around each complete retry batch used to load OIDC metadata and signing JWKs; by default, the circuit opens after one exhausted batch and permits a recovery probe after 5 seconds |
retry | Retry | Retry used while loading OIDC metadata and signing JWKs; by default, it wraps two timeout-guarded attempts within an 11-second overall timeout |
timeout | Timeout | Timeout applied to each attempt to load OIDC metadata and signing JWKs; it defaults to 5 seconds, must be positive, must execute on the current thread, and must not exceed the retry overall timeout |
Usages
See the manifest for all available types.