IBeam.Identity.Repositories.AzureTable
2.0.32
dotnet add package IBeam.Identity.Repositories.AzureTable --version 2.0.32
NuGet\Install-Package IBeam.Identity.Repositories.AzureTable -Version 2.0.32
<PackageReference Include="IBeam.Identity.Repositories.AzureTable" Version="2.0.32" />
<PackageVersion Include="IBeam.Identity.Repositories.AzureTable" Version="2.0.32" />
<PackageReference Include="IBeam.Identity.Repositories.AzureTable" />
paket add IBeam.Identity.Repositories.AzureTable --version 2.0.32
#r "nuget: IBeam.Identity.Repositories.AzureTable, 2.0.32"
#:package IBeam.Identity.Repositories.AzureTable@2.0.32
#addin nuget:?package=IBeam.Identity.Repositories.AzureTable&version=2.0.32
#tool nuget:?package=IBeam.Identity.Repositories.AzureTable&version=2.0.32
IBeam.Identity.Repositories.AzureTable
Azure Table Storage provider for IBeam identity store contracts.
Narrative Introduction
This package connects identity orchestration to Azure Table persistence. It wires ASP.NET Core Identity + ElCamino Azure Table stores, registers IBeam store abstractions, and includes schema initialization so hosts can start with minimal persistence setup.
Features and Components
- DI extension:
AddIBeamIdentityAzureTable(IConfiguration)
- Azure Table option binding and validation (
AzureTableIdentityOptions) - Identity store registrations for:
- users
- tenants and memberships
- tenant roles and user-role assignments
- permission role-mapping store (
IPermissionAccessStore) - OTP challenges
- external logins
- auth sessions
- schema management services:
IIdentitySchemaManager- hosted schema bootstrap
Dependencies
- Internal packages:
IBeam.Identity.Services
- External packages:
ElCamino.AspNetCore.Identity.AzureTableSystem.IdentityModel.Tokens.JwtMicrosoft.AspNetCore.Appframework reference
Configuration
Primary section:
IBeam:Identity:AzureTable
Includes connection-string fallback resolution across IBeam:* and ConnectionStrings:* keys.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- ElCamino.AspNetCore.Identity.AzureTable (>= 10.0.0)
- IBeam.Identity.Services (>= 2.0.32)
- System.IdentityModel.Tokens.Jwt (>= 8.16.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on IBeam.Identity.Repositories.AzureTable:
| Package | Downloads |
|---|---|
|
IBeam.Identity.Api
IBeam modular framework components for .NET APIs and services. |
GitHub repositories
This package is not used by any popular GitHub repositories.