We have been developing a web application using HTML, CSS, Node JS and MongoDB. our requirement is to authenticate user while launching the application. We want to authenticate user with windows login credential.(SSO login)
How we can get it and validate it against the user collection in mongodb using NodeJS/HTML?
Please guide.