Something went wrong while setting issue due date.
Automatic renewal of the tokens
The oidc client js library supposedly allows us to automatically renew the ID tokens
.
The method startSilentRenew
on the UserManager
class sounds like a good candidate.
I guess listening for the accessTokenExpiring
event and calling it should do the trick.