Skip to content

Commit 724a4b0

Browse files
committed
Retry på jwk
1 parent d4c7c3f commit 724a4b0

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/no/nav/personopplysninger/config

1 file changed

+1
-0
lines changed

src/main/kotlin/no/nav/personopplysninger/config/IDPorten.kt

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ data class IDPorten(
6464
.cache(true)
6565
.rateLimited(false)
6666
.refreshAheadCache(true)
67+
.retrying(true)
6768
.build()
6869
private val jwsKeySelector = JWSVerificationKeySelector(JWSAlgorithm.RS256, jwkSource)
6970
private val idTokenValidator = IDTokenValidator(Issuer(metadata.issuer), ClientID(clientId), jwsKeySelector, null)

0 commit comments

Comments
 (0)