I have a web application built using angular2 and I need to provide single sign on feature to my application. We don't want the user to key in login credentials, application should use user's windows credentials while trying to access it. I have no idea on how to get windows credentials using javascript/typescript from client.
Any ideas on implementing this functionality is much appreciated.