io.helidon.server.features.security.security.providers.oidc.JwkLoaderConfig

Description

Configuration for server.features.security.security.providers.oidc.jwk-loader

Configuration options

KeyTypeDescription
circuit-breakerCircuitBreakerCircuit 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
retryRetryRetry used while loading OIDC metadata and signing JWKs; by default, it wraps two timeout-guarded attempts within an 11-second overall timeout
timeoutTimeoutTimeout 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.

Copyright © 2018, 2026 Oracle and/or its affiliates.