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
This commit is contained in:
Joachim Van Herwegen 2022-11-14 15:31:06 +01:00
parent 60718a123d
commit b95315c9af

View File

@ -26,6 +26,7 @@
"openid": [ "azp" ], "openid": [ "azp" ],
"webid": [ "webid" ] "webid": [ "webid" ]
}, },
"clockTolerance": 120,
"cookies": { "cookies": {
"long": { "signed": true, "maxAge": 86400000 }, "long": { "signed": true, "maxAge": 86400000 },
"short": { "signed": true } "short": { "signed": true }