From b95315c9af39fe94fae49e4c3f027858e8969448 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 14 Nov 2022 15:31:06 +0100 Subject: [PATCH] chore: Add clock tolerance of 2 minutes to IDP This brings it in line with similar changes done to the access-token-verifier library. See https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1012#issuecomment-1168486710 --- config/identity/handler/provider-factory/identity.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/identity/handler/provider-factory/identity.json b/config/identity/handler/provider-factory/identity.json index c0fd507c1..2f300a9a3 100644 --- a/config/identity/handler/provider-factory/identity.json +++ b/config/identity/handler/provider-factory/identity.json @@ -26,6 +26,7 @@ "openid": [ "azp" ], "webid": [ "webid" ] }, + "clockTolerance": 120, "cookies": { "long": { "signed": true, "maxAge": 86400000 }, "short": { "signed": true }