Visus.DirectoryAuthentication
0.6.0
See the version list below for details.
dotnet add package Visus.DirectoryAuthentication --version 0.6.0
NuGet\Install-Package Visus.DirectoryAuthentication -Version 0.6.0
<PackageReference Include="Visus.DirectoryAuthentication" Version="0.6.0" />
paket add Visus.DirectoryAuthentication --version 0.6.0
#r "nuget: Visus.DirectoryAuthentication, 0.6.0"
// Install Visus.DirectoryAuthentication as a Cake Addin #addin nuget:?package=Visus.DirectoryAuthentication&version=0.6.0 // Install Visus.DirectoryAuthentication as a Cake Tool #tool nuget:?package=Visus.DirectoryAuthentication&version=0.6.0
This library implements middleware for ASP.NET Core that enables authenticating users against LDAP directories like Active Directory via an LDAP bind. The library is using .NET Core's internal System.DirectoryServices.Protocols and is running on Windows and Linux, but requires native LDAP libraries being installed.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Microsoft.Extensions.Configuration.Binder (>= 5.0.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 3.1.13)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- Microsoft.Extensions.Options (>= 5.0.0)
- Moq (>= 4.20.69)
- System.DirectoryServices.Protocols (>= 5.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Visus.DirectoryAuthentication:
Package | Downloads |
---|---|
Visus.DirectoryIdentity
This library implements an identity store backed by LDAP. The library uses .NET Core'sSystem.DirectoryServices.Protocols and is running on Windows and Linux, but requires native LDAP libraries being installed. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.1.0 | 97 | 10/9/2024 | |
2.0.0 | 167 | 8/1/2024 | |
2.0.0-pre5 | 73 | 7/31/2024 | |
2.0.0-pre4 | 74 | 7/31/2024 | |
2.0.0-pre3 | 74 | 7/31/2024 | |
2.0.0-pre2 | 83 | 7/31/2024 | |
2.0.0-pre1 | 78 | 7/31/2024 | |
1.1.0 | 81 | 7/24/2024 | |
1.0.0 | 71 | 7/24/2024 | |
0.18.0 | 73 | 7/23/2024 | |
0.17.0 | 72 | 7/23/2024 | |
0.16.0 | 91 | 7/4/2024 | |
0.15.0 | 97 | 7/3/2024 | |
0.14.0 | 211 | 5/8/2024 | |
0.13.0 | 132 | 3/28/2024 | |
0.12.0 | 152 | 2/22/2024 | |
0.11.0 | 182 | 2/21/2024 | |
0.10.0 | 102 | 2/20/2024 | |
0.9.0 | 123 | 2/20/2024 | |
0.8.0 | 211 | 1/22/2024 | |
0.7.6 | 137 | 1/21/2024 | |
0.7.5 | 113 | 1/21/2024 | |
0.7.4 | 114 | 1/21/2024 | |
0.7.3 | 119 | 1/21/2024 | |
0.7.2 | 121 | 1/21/2024 | |
0.7.1 | 130 | 1/21/2024 | |
0.7.0 | 121 | 1/21/2024 | |
0.6.0 | 134 | 1/19/2024 | |
0.5.0 | 151 | 1/9/2024 | |
0.4.0 | 225 | 11/12/2023 | |
0.3.0 | 175 | 9/11/2023 | |
0.2.0 | 153 | 9/11/2023 | |
0.1.0 | 142 | 9/11/2023 |
Changes the format of SearchBase in appsettings to be a dictionary from string (the DN) to the search scope.