Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 401 Bytes

File metadata and controls

10 lines (7 loc) · 401 Bytes

To use windows authenticaiton functionlaity, do the following:

1- Install the NUGET package "Install-Package GbSamples.OwinWinAuth" OR downlaod the source code and reference the DLL.

2- Register the middleware in the startup file by adding the following code;

app.UseWinAuthentication(new WinAuthenticationOptions() { SignInAsAuthenticationType = "Win" });