We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e251eb commit c0b6acdCopy full SHA for c0b6acd
src/main/kotlin/no/nav/personopplysninger/config/IDPorten.kt
@@ -61,7 +61,7 @@ data class IDPorten(
61
httpClient.getOAuthServerConfigurationMetadata(wellKnownUrl)
62
}
63
private val jwkSource: JWKSource<SecurityContext> =
64
- JWKSourceBuilder.create<SecurityContext>(URI(metadata.jwksUri).toURL(), DefaultResourceRetriever(2000, 2000))
+ JWKSourceBuilder.create<SecurityContext>(URI(metadata.jwksUri).toURL(), DefaultResourceRetriever(3000, 3000))
65
.cache(true)
66
.rateLimited(false)
67
.refreshAheadCache(true)
0 commit comments