Skip to content

7. Troubleshooting

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.

Clone this wiki locally