io.quarkus.oidc.OidcTenantConfig$Jwks.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-oidc Show documentation
Show all versions of quarkus-oidc Show documentation
Secure your applications with OpenID Connect Adapter and IDP such as Keycloak
io.quarkus.oidc.OidcTenantConfig.Jwks.cacheSize=Maximum number of JWK keys that can be cached.\nThis property is ignored if the {@link \#resolveEarly} property is set to true.
io.quarkus.oidc.OidcTenantConfig.Jwks.cacheTimeToLive=Number of minutes a JWK key can be cached for.\nThis property is ignored if the {@link \#resolveEarly} property is set to true.
io.quarkus.oidc.OidcTenantConfig.Jwks.cleanUpTimerInterval=Cache timer interval.\nIf this property is set, a timer checks and removes the stale entries periodically.\nThis property is ignored if the {@link \#resolveEarly} property is set to true.
io.quarkus.oidc.OidcTenantConfig.Jwks.resolveEarly=If JWK verification keys should be fetched at the moment a connection to the OIDC provider\nis initialized.\n\nDisabling this property delays the key acquisition until the moment the current token\nhas to be verified. Typically it can only be necessary if the token or other telated request properties\nprovide an additional context which is required to resolve the keys correctly.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy