Hi, I am developing an application in nodejs for an enterprise company where most of the products, services uses Single Sign-On and supports only kerberos authentication. <https://lh5.googleusercontent.com/-u1yb5k-sLdQ/VMVJjZz2LWI/AAAAAAAACWw/yp238sUUwD0/s1600/Screenshot%2Bat%2BJan%2B26%2B01-20-06.png>
My application (A) needs to detect the user using the kerberos authentication and when application talks to other services (via http) like B, it has to send the authentication information so that Service B knows that the request is coming from application user A. Standard http module <http://nodejs.org/api/http.html> and request <https://github.com/request/request> module only supports basic authentication, whenever I make any calls to service B from application A, they are failing with 401 error. Even the modules tagged as kerberos <https://www.npmjs.com/browse/keyword/kerberos> in npm ask for username and password. Please suggest if there is anyway to make authenticated calls from application A. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/252f3945-6968-46c4-b716-bd6ff20e0c25%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
