Visus.LdapAuthentication
1.3.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Visus.LdapAuthentication --version 1.3.0
NuGet\Install-Package Visus.LdapAuthentication -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Visus.LdapAuthentication" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Visus.LdapAuthentication --version 1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Visus.LdapAuthentication, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Visus.LdapAuthentication as a Cake Addin #addin nuget:?package=Visus.LdapAuthentication&version=1.3.0 // Install Visus.LdapAuthentication as a Cake Tool #tool nuget:?package=Visus.LdapAuthentication&version=1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 Novell's C#-only LDAP library rather than the Windows-only DirectoryServices and is therefore running on Windows and Linux.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Microsoft.Extensions.Configuration (>= 3.1.14)
- Microsoft.Extensions.Options (>= 3.1.14)
- Novell.Directory.Ldap.NETStandard (>= 3.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.1.0 | 132 | 10/9/2024 | |
2.0.0 | 625 | 8/1/2024 | |
2.0.0-pre5 | 55 | 7/31/2024 | |
2.0.0-pre4 | 49 | 7/31/2024 | |
2.0.0-pre3 | 48 | 7/31/2024 | |
2.0.0-pre2 | 55 | 7/31/2024 | |
2.0.0-pre1 | 54 | 7/31/2024 | |
1.16.0 | 657 | 5/8/2024 | |
1.15.0 | 262 | 3/16/2024 | |
1.14.0 | 764 | 2/22/2024 | |
1.13.0 | 134 | 2/20/2024 | |
1.12.0 | 488 | 1/22/2024 | |
1.11.0 | 2,620 | 9/11/2023 | |
1.10.0 | 303 | 8/29/2023 | |
1.9.0 | 567 | 8/4/2023 | |
1.8.0 | 1,552 | 5/7/2023 | |
1.7.1 | 215 | 4/28/2023 | |
1.7.0 | 173 | 4/28/2023 | |
1.6.0 | 212 | 4/26/2023 | |
1.5.0 | 2,562 | 5/19/2021 | |
1.4.0 | 322 | 4/27/2021 | |
1.3.0 | 301 | 4/27/2021 | |
1.2.1 | 323 | 4/5/2021 | |
1.1.0 | 347 | 4/3/2021 | |
1.0.0 | 369 | 4/3/2021 |
Added the option to search for users with an application-defined binding identity.