iBis.Auth.Service 1.1.0

iBis.Auth.Service

Authentication service implementations for the DoHu iBis Enterprise Suite.

Overview

This package provides service implementations for authentication functionality, including:

  • Entity-based authentication service
  • User management service
  • Authentication provider plugin registry
  • Configuration-based provider loading

Installation

dotnet add package iBis.Auth.Service

Usage

Register the authentication services in your dependency injection container:

services.AddScoped<IAuthService, EntityAuthService>();
services.AddScoped<IUserService, EntityUserService>();
services.AddSingleton<IAuthProviderPluginRegistry, AuthProviderPluginRegistry>();

Dependencies

  • iBis.Auth.Model
  • iBis.Token.Model
  • iBis.Audit.Model
  • iBis.Message.EMail
  • iBis.Util.Types
  • iBis.Entity.Types
  • iBis.Entity.WebApi
  • Microsoft.Extensions.Logging
  • Microsoft.Extensions.Options
  • Microsoft.Extensions.Configuration
  • iBis.Auth.Model - Core interfaces and models
  • iBis.Auth.Api - API endpoints
  • iBis.Auth.AD - Active Directory/LDAP provider plugin

Showing the top 20 packages that depend on iBis.Auth.Service.

Packages Downloads
iBis.Auth.AD
Package Description
0

Version Downloads Last updated
1.1.0 0 06/09/2026