-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
I'm getting next() is not a function in response to a SAML auth
/me//git/saml-idp/node_modules/samlp/lib/samlp.js:146
if (err) return next(err);
^
TypeError: next is not a function
at <redacted>/node_modules/samlp/lib/samlp.js:146:25
at <redacted>/node_modules/samlp/lib/samlp.js:94:21
at Immediate.<anonymous> (<redacted>/node_modules/saml/lib/utils.js:13:7)
at process.processImmediate (node:internal/timers:471:21)
I'm on Node.js v18.3.0
I'm getting 304 redirects through the auth chain, but then at the end it's throwing the error. I see no indication in the output as to why. I saw a previous thread from several years ago about some decompression, but there was no solution indicated in that thread.
How do I troubleshoot/fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels