Closed lciii closed 3 years ago
Not sure. Any updates?
Don't know if this is useful information but, did you notice that you are not handling async error from promise returned from signinSilentCallback
?
Yea, perhaps that's the issue. Since we didn't hear back, I'll close.
So I'm using oidc-client on a react app to have my users SSO to Azure AD. Everything works fine...
...except, about every X minutes or so the page will refresh with this in the console (X seems to be between 30 and 60 minutes).
Here's the error text in the image above:
Here's what I've got in my silent-refresh.html:
And I've just got a oidc-client.min.js file sitting next to it that I got from here.
What I've tried
accessTokenExpiringNotificationTime
property that's passed to UserManager()This was originally posted on stack overflow here