All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.oidc.OidcTenantConfig$Jwks.jdp Maven / Gradle / Ivy

Go to download

Secure your applications with OpenID Connect Adapter and IDP such as Keycloak

There is a newer version: 3.17.5
Show newest version
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