-
Notifications
You must be signed in to change notification settings - Fork 104
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
InternalOpenIDError: Failed to verify assertion #68
Comments
Have you managed to solve this issue? |
Hello, I'm facing the same issue in local as well.
Did not tried in remote yet. |
I have the same issue as well |
I've encountered this issue as well but strangely on one dev machine but not another, both running identical versions of:
Other similarities, both are:
The only difference that I can discern between them is that the one that works has several ports forwarded to it in my router configuration and the other does not (well, cannot at the same time). Does passport-steam require further communication on port 80 during verification? I'd keep digging turning off various ports in my router setup, but, I think I'll surrender and authenticate on the one that works when I need to be logged in, and hope it doesn't stop working in the future. Best of luck working around this frustrating issue. |
I believe I may have discovered the cause of this issue. Both of my dev machines were running Manjaro. I discovered that the succeeding dev machine had NTP active and the failing one did not. I am no longer able to reproduce the issue after enabling NTP on the one that used to fail. You can test if NTP is active by running That this may boil down to a time mismatch may explain the difficulty in diagnosing the issue. I've had a similar problem with Google auth services. |
Took me about 4 hours to figure out what I was doing wrong... posting here in this open issue in case it helps someone because I went through plenty of other issues with the same error which turned out to be unrelated to my own problem. In my case I was attempting to use the same domain but on a different port for the realm URL compared to the return URL. |
does anyone know how to catch this error? it seems to return an error inside the openid library before it reaches my code. |
I have been using this 'passport-steam' 2 month ago well, localhost and online Server.
today morning, I found this error in 'localhost'
'passport-steam' just run in online server, but 'localhost' is not.
I Don't know what happened.
and This Test Code is Clean Code 'passport-steam'
I just pull code, and edit 'api-key' , and npm run example..
Somebody can help solve this issue?
and my test enviroment
The text was updated successfully, but these errors were encountered: