Pysco68.Owin.Authentication.Ntlm
1.0.4
See the version list below for details.
dotnet add package Pysco68.Owin.Authentication.Ntlm --version 1.0.4
NuGet\Install-Package Pysco68.Owin.Authentication.Ntlm -Version 1.0.4
<PackageReference Include="Pysco68.Owin.Authentication.Ntlm" Version="1.0.4" />
paket add Pysco68.Owin.Authentication.Ntlm --version 1.0.4
#r "nuget: Pysco68.Owin.Authentication.Ntlm, 1.0.4"
// Install Pysco68.Owin.Authentication.Ntlm as a Cake Addin #addin nuget:?package=Pysco68.Owin.Authentication.Ntlm&version=1.0.4 // Install Pysco68.Owin.Authentication.Ntlm as a Cake Tool #tool nuget:?package=Pysco68.Owin.Authentication.Ntlm&version=1.0.4
An NTLM authentication middleware for OWIN that enables you to use NTLM (Windows) Authentication independently of IIS or HTTPListener.
Furthermore it integrates with ASP.NET Identity 2.0 and allows you to have NTLM as yet another mean of authentication toghether with true local application accounts!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Microsoft.Owin (>= 3.0.0)
- Microsoft.Owin.Security (>= 3.0.0)
- Owin (>= 1.0.0)
- Owin.Extensions (>= 0.8.5)
- Owin.Types (>= 0.8.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.0.4:
Added request parameter to OnCreateIdentity() callback for use cases where claims information is available in the IOwinRequest (as for the Filter() callback function)
v1.0.3:
Added a callback to offload the ClaimsIdentity creation to the application if there's need for customization
v1.0.2:
Added a filtering callback (NtlmAuthenticationOptions.Filter) to the options to have more control on who passes the authentication based on request origin and windows identity
v1.0.1:
Fixed issue with callback path not being recognized when the OWIN pipeline is Mapped to a sub-path (app.Map("/somePath", af =>...))
v1.0.0:
Initial release