Hi Team,
We are using this package as port of our application token generation and we have a token which is valid for 10 mins and uses the silent renew to refresh the token.
Issue :
As part the Token Validation if the client Time have a difference greater then 10 mins then the Token is rejecting from the package as we are not sending the the offset time from the configuration. Is there any way can we send the offset time for the below method from the configuration to consider the off set time when validating the token at initial load ? Or we need to tell the each client that time is different from internet time ?
Any Help or fix is really appreciated.
Hi @sashissd the time sync check is defined in the spec like this. You could use a configuration to disable the check, or increase the allowed time. If your tokens are only valid for 10 mins, maybe you could just turn the check off.
See the configuration properties for details.
Greetings Damien
Ok Thankyou.
Most helpful comment
Ok Thankyou.