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 AuthProvider and legacy LDAPProvider entities
  • 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 interfaces
  • System.DirectoryServices - .NET LDAP/AD integration
  • Microsoft.Extensions.Logging.Abstractions - Logging support

Platform Support

This package is Windows-only and requires the System.DirectoryServices package, which is available on Windows platforms.

  • iBis.Auth.Model - Core authentication interfaces
  • iBis.Auth.Service - Authentication service implementations

No packages depend on iBis.Auth.AD.

Version Downloads Last updated
1.1.0 0 06/09/2026