You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxmantz edited this page May 26, 2016
·
3 revisions
If the page you render the CallbackComponent in throws an error before componentDidMount() was called, user validation won't trigger. This is because there is a key set in localStorage to stop the middleware from triggering the validation. Just remove the entry in localStorage called oidc.expired and validation will trigger again.