InternalOpenIDError: Failed to verify assertion
I get this error using this repo out of the box.
I login into Quickbooks, then it redirects to the callback URL and fails to validate the signature in the sub open-id dependancy because the local computed hash does much match the openID token's hash.
Is there some config I'm missing in my app card configuration on the QuickBooks Developer portal? My OpenID URL is set to http://localhost:3000/auth/intuit/return
have tired clearing browser cookies etc.
Same thing is happening to me.
Did either you guys ever resolve this? Also same.
Ok I fixed it. I probably should setup a pull request for this....
node_modules/passport-intuit/package.json dependency for passport-openid needs to be updated to "0.4.x"
"passport-openid": "0.4.x",
After you update it make sure you go directly into the ./node_modules/passport-intuit folder and run
npm update
Then you can restart the app.js