-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User not redirecting to IS when cookie expires #1
Comments
Which version were you using? I'm still tweaking handling for this part. |
Also not sure about whose cookie you're referring to. The provider or the app? If provider then maybe 0.2.5 will work. It fixed one case when user is logged out in id srv but not on app yet. If not then I'm afraid I don't know how to fix it. 😕 Don't know about the storage entries. Perhaps from older testing sessions and needs to be manually removed. I also had some but it correctly removes new entries while I'm watching it apparently. 🙄 |
I had similar issue with the storage until I set the router to mode: 'history'. |
Hello, first of all great project, very easy to set up.
This morning when I started my app my cookie had expired.
I received an error "Frame window timed out" I had to manually refresh my app to let it redirect to identity server login page, also when I manually delete the cookie nothing happend.
Also is it possible to handle a situation when the authority server is down?
Now I just receive:
JsonService.getJson: network error
SessionMonitor._start: Error from getCheckSessionIframe: Network Error
Thanks in advance
The text was updated successfully, but these errors were encountered: