Skip to content
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

Open
SoroTrestal opened this issue Oct 18, 2018 · 4 comments
Open

User not redirecting to IS when cookie expires #1

SoroTrestal opened this issue Oct 18, 2018 · 4 comments

Comments

@SoroTrestal
Copy link

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

@soukoku
Copy link
Owner

soukoku commented Oct 18, 2018

Which version were you using? I'm still tweaking handling for this part.

@SoroTrestal
Copy link
Author

SoroTrestal commented Oct 18, 2018

Hi still having the same issue, also there's a lot of entries in my local storage.

image 2

Thanks

@soukoku
Copy link
Owner

soukoku commented Oct 18, 2018

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. 🙄

@forenpm
Copy link

forenpm commented Nov 5, 2018

I had similar issue with the storage until I set the router to mode: 'history'.
The hash (#) in the URL was not allowing the callbacks to work properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants