Skip to content

Commit 570145a

Browse files
committed
Økt allowedAuthTimeSkewSeconds til 5 grunnet økt timeout i JWK-fetch
1 parent c0b6acd commit 570145a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data class IDPorten(
5151
val clientJwk: String,
5252
val encryptionKey: SecretKey,
5353
val acr: String = "idporten-loa-high",
54-
val allowedAuthTimeSkewSeconds: Long = 3,
54+
val allowedAuthTimeSkewSeconds: Long = 5,
5555
val secureCookie: Boolean = true,
5656
) {
5757
private val rsaKey: RSAKey = RSAKey.parse(clientJwk)

0 commit comments

Comments
 (0)