-
Notifications
You must be signed in to change notification settings - Fork 160
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
After restarting IIS(OIDC Server), I receive an error as State not valid #1318
Comments
hi @ozanmanav , Thank you again for your issue :) |
@guillaume-chervet We realized that it was related to service worker and had to turn off this mode. :/ |
Thank you @ozanmanav for the feedback. It is a strange bug. I cannot reproduce it. |
I found the problem I think and fixed it here : 44d15be It took me time to find it @ozanmanav but it already fix the HTTP 401 on the userinfo endpoint on the first connection. |
This still seems to be the case, we get an error on the first login when we reset iis on the server side. @guillaume-chervet :/ |
Issue and Steps to Reproduce
After restarting IIS, I receive an error as follows when users first log in. After redirect login and try again it works.
Versions
7.19.0
Screenshots
After refresh in same page:
Expected
It should work for first login.
Actual
It is getting error after reset IIS session.
The text was updated successfully, but these errors were encountered: