How to authenticate windows user in a intranet Nodejs app

I am new here.

I developed a webapp using React and NodeJS for the company I am working at. I setup authenticacion using JWT (Using a login HTML form) but now I am required to authenticate users in the webapp using the windows credential. I am hosting the React app in IIS in a server inside the company local network.

What are the options to get this task done? Thanks for your comments.

I have tried Passport-windowsauth.