I developed a web app using React and NodeJS for the company I am working at. I set up authentication using JWT (Using a login HTML form) but now I am required to authenticate users in the web app using the windows credential. I am hosting the React app in IIS on a server inside the company's local network.
What are the options to get this task done? Thanks for your comments.
I have tried Passport-windowsauth.