This repository was archived by the owner on Dec 12, 2018. It is now read-only.
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Make ID Site URL less sensitive to clock drifts #778
Open
Description
When there is a clock drift (time is in the future) in the computer where the Java SDK is running then the user may experience a Token is invalid because the issued at time (iat) is after the current time.
exception.
We might want to add a short clock subtraction to the setIssuedAt
value ourselves in DefaultIdSiteUrlBuilder
in order to decrease the likelihood of this minor time differences to happen.
Reference: ticket 8595