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.ModeliBis.Token.ModeliBis.Audit.ModeliBis.Message.EMailiBis.Util.TypesiBis.Entity.TypesiBis.Entity.WebApiMicrosoft.Extensions.LoggingMicrosoft.Extensions.OptionsMicrosoft.Extensions.Configuration
Related Packages
iBis.Auth.Model- Core interfaces and modelsiBis.Auth.Api- API endpointsiBis.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 |
.NET 8.0
- iBis.Audit.Model (>= 1.1.0)
- iBis.Auth.Model (>= 1.1.0)
- iBis.Message.EMail (>= 1.1.0)
- iBis.Token.Model (>= 1.1.0)
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0)
- Microsoft.Extensions.Logging (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.0)
- iBis.Entity.Types (>= 2.2.12)
- iBis.Entity.WebApi (>= 1.2.25)
- iBis.Util.Types (>= 1.2.2)
| Version | Downloads | Last updated |
|---|---|---|
| 1.1.0 | 0 | 06/09/2026 |