iBis.Auth.AD 1.1.0
iBis.Auth.AD
Active Directory/LDAP authentication provider plugin for the DoHu iBis Enterprise Suite.
Overview
This package provides an authentication provider plugin that enables LDAP/Active Directory authentication for the iBis authentication system.
Features
- LDAP/Active Directory authentication
- Support for both new
AuthProviderand legacyLDAPProviderentities - Comprehensive logging and error handling
- Backward compatibility with existing LDAP configurations
Installation
dotnet add package iBis.Auth.AD
Usage
The plugin is automatically registered when the package is referenced. It provides the "ldap" provider type for authentication.
Configuration
For new AuthProvider entities, configure the LDAP URL in the configuration field:
{
"url": "LDAP://your-domain.com:389"
}
For legacy LDAPProvider entities, the existing url field is used.
Dependencies
iBis.Auth.Service- Core authentication service interfacesSystem.DirectoryServices- .NET LDAP/AD integrationMicrosoft.Extensions.Logging.Abstractions- Logging support
Platform Support
This package is Windows-only and requires the System.DirectoryServices package, which is available on Windows platforms.
Related Packages
iBis.Auth.Model- Core authentication interfacesiBis.Auth.Service- Authentication service implementations
No packages depend on iBis.Auth.AD.
.NET 8.0
- iBis.Auth.Service (>= 1.1.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- System.DirectoryServices (>= 6.0.0)
| Version | Downloads | Last updated |
|---|---|---|
| 1.1.0 | 1 | 06/09/2026 |