Nodejs - User authentication

I've been wrote a WebAPI service with nodejs and MongoDB, it works great. The WebAPI service running over linux. I want the Node service to know the user ID for each request.(The network is Intranet) I want to use the windows integrate authentication how can i get the windows userId in the NodeJS service?

Best regards

I think passport-windowsauth should be able to take care of it for you.