-
Notifications
You must be signed in to change notification settings - Fork 16
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
"authorizedCallback incorrect state" error using the latest, unmodified code #10
Comments
The example was running out of the box. I didn't run it for a while, will give it a try and see if something is broken. |
I think these are related - damienbod/angular-auth-oidc-client#195 |
For me this project still works out of the box: |
Did a bit more debugging. There seems to be a problem in the
|
Looks like this is a breaking change in the angular 5.2.8 version, and it wasn't even mentioned in the release notes... Here's a fix for now: if (window.location.hash) { |
@damienbod thank you! But where exactly should I put this fix? |
OK. The problem goes away if I put the @damienbod fix in the
|
Downloaded the code. Did not make any changes. Built with no problems on Windows 8.1 x64.
After I get authenticated, I get re-directed back to the home page with the Sing In/Sign Up button enabled. I might be doing something wrong, being new to this ID management stuff, but was hoping the sample app would run out of the box. I see the following in the Chrome console:
The text was updated successfully, but these errors were encountered: