-
Notifications
You must be signed in to change notification settings - Fork 107
7. Troubleshooting
maxmantz edited this page May 27, 2016
·
3 revisions
If the page you render the CallbackComponent in throws an error before componentDidMount() was called, after reloading the page user validation won't trigger. This is because there is a key set in localStorage to stop the middleware from triggering the validation after redirection from the OIDC service. Just remove the entry in localStorage called oidc.expired and validation will trigger again.