![]() |
VOOZH | about |
dotnet add package Identity.Base.Admin --version 0.8.10
NuGet\Install-Package Identity.Base.Admin -Version 0.8.10
<PackageReference Include="Identity.Base.Admin" Version="0.8.10" />
<PackageVersion Include="Identity.Base.Admin" Version="0.8.10" />Directory.Packages.props
<PackageReference Include="Identity.Base.Admin" />Project file
paket add Identity.Base.Admin --version 0.8.10
#r "nuget: Identity.Base.Admin, 0.8.10"
#:package Identity.Base.Admin@0.8.10
#addin nuget:?package=Identity.Base.Admin&version=0.8.10Install as a Cake Addin
#tool nuget:?package=Identity.Base.Admin&version=0.8.10Install as a Cake Tool
Refer to for the canonical documentation covering endpoints, configuration, and extension points.
Administrative extensions for Identity Base. Includes:
/admin/users (listing and detail)Identity.Base.Roles for assigning roles and auditing actionsConsumers opt in by referencing this package and invoking the provided service/endpoint extensions. No admin schema or endpoints are added unless explicitly enabled.
// Configure services & register the RBAC DbContext
var adminBuilder = services.AddIdentityAdmin(
configuration,
configureDbContext: (provider, options) =>
{
var connectionString = provider.GetRequiredService<IConfiguration>().GetConnectionString("Primary")
?? throw new InvalidOperationException("ConnectionStrings:Primary must be set.");
options.UseNpgsql(connectionString); // or UseSqlServer(connectionString)
});
adminBuilder.UseTablePrefix("Contoso"); // optional
// Alternatively, call adminBuilder.UseDbContext<MyAppDbContext>() if you already registered one.
// During startup seed RBAC data
await app.Services.SeedIdentityRolesAsync();
// Map the admin endpoints alongside the core Identity Base surfaces
app.MapApiEndpoints();
app.MapIdentityAdminEndpoints();
Additional admin capabilities (mutations, audits, role management) will arrive in subsequent iterations.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.8.10 | 99 | 6/6/2026 |
| 0.8.8 | 235 | 4/6/2026 |
| 0.8.6 | 751 | 3/4/2026 |
| 0.8.5 | 106 | 3/4/2026 |
| 0.8.4 | 461 | 2/9/2026 |
| 0.7.17 | 153 | 1/26/2026 |
| 0.7.16 | 236 | 1/20/2026 |
| 0.7.15 | 235 | 1/6/2026 |
| 0.7.12 | 119 | 12/30/2025 |
| 0.7.9 | 366 | 12/17/2025 |
| 0.7.7 | 395 | 12/3/2025 |
| 0.7.6 | 217 | 11/26/2025 |
| 0.7.5 | 335 | 11/14/2025 |
| 0.7.4 | 331 | 11/13/2025 |
| 0.7.3 | 315 | 11/10/2025 |
| 0.7.2 | 243 | 11/9/2025 |
| 0.7.1 | 181 | 11/9/2025 |
| 0.6.3 | 170 | 11/8/2025 |
| 0.6.2 | 189 | 11/8/2025 |
| 0.6.1 | 222 | 11/6/2025 |