You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\test\ms-identity-node\app\auth\AuthProvider.js:132
codeVerifier: req.session.pkceCodes.verifier,
^
TypeError: Cannot read properties of undefined (reading 'verifier')
at C:\test\ms-identity-node\app\auth\AuthProvider.js:132:53
at Layer.handle [as handle_request] (C:\test\ms-identity-node\app\node_modules\express\lib\router\layer.js:95:5)
at next (C:\test\ms-identity-node\app\node_modules\express\lib\router\route.js:144:13)
at Route.dispatch (C:\test\ms-identity-node\app\node_modules\express\lib\router\route.js:114:3)
at Layer.handle [as handle_request] (C:\test\ms-identity-node\app\node_modules\express\lib\router\layer.js:95:5)
at C:\test\ms-identity-node\app\node_modules\express\lib\router\index.js:284:15
at Function.process_params (C:\test\ms-identity-node\app\node_modules\express\lib\router\index.js:346:12)
at next (C:\test\ms-identity-node\app\node_modules\express\lib\router\index.js:280:10)
at Function.handle (C:\test\ms-identity-node\app\node_modules\express\lib\router\index.js:175:3)
at router (C:\test\ms-identity-node\app\node_modules\express\lib\router\index.js:47:12)
The text was updated successfully, but these errors were encountered:
I seem to have resolved the verifier issue as I have been using cookie-session with an app.use(...) but this example seems to build the application session using "cookie-parser." Swapping to cookie-parser and removing my app session cookie use resolved it.
Getting this error
The text was updated successfully, but these errors were encountered: