intuit-developer-nodejs icon indicating copy to clipboard operation
intuit-developer-nodejs copied to clipboard

InternalOpenIDError: Failed to verify assertion

Open murraybauer opened this issue 9 years ago • 3 comments

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.

murraybauer avatar Dec 21 '16 05:12 murraybauer

Same thing is happening to me.

KnightOfNih avatar May 10 '17 15:05 KnightOfNih

Did either you guys ever resolve this? Also same.

jremi avatar Apr 15 '19 15:04 jremi

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

jremi avatar Apr 15 '19 15:04 jremi