HomeGuidesRecipesAPI
HomeGuidesAPILog In

Windows Authentication


/login/account

This method supports authenticating a user and retrieving a session token via Windows Authentication. For this type of authentication, there is no need to supply explicit username/password credentials since ASP.NET and IIS can automatically retrieve and validate the Windows username of the end-user who is currently logged on to the Windows operating system and authenticate them in a secure way.

Language