Skip to content

ghalebbadran/WinodwsAuthenticationOwinMiddleware

Repository files navigation

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" });

About

OWIN windows authentication middleware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages