Windows authentication

Hey guys, i usually go with the default accounts:password way of hangling logins but now i’d like to directly authenticate a user who is currently logged in the OS (WINDOWS) in my meteor app, taking in all his credentials.

I work in a corporate environment and microsoft windows is the OS used.After digging around, i found out our domain name and the version of windows used for the server which is windows server 2012. the meteor client app shall be wrapped into electron

Do you have some experience undertaking that kind of task? Please help me.

No experience but your keywords will be either Kerberos, NTLM or ActiveDirectory.

Maybe: https://auth0.com/authenticate/nodejs/active-directory/#!

Thanks a lot for the link ill look into it hopefully i can quickly start prototyping

Any other suggestion?