IBeam.Identity.Repositories.EntityFramework
2.0.54
dotnet add package IBeam.Identity.Repositories.EntityFramework --version 2.0.54
NuGet\Install-Package IBeam.Identity.Repositories.EntityFramework -Version 2.0.54
<PackageReference Include="IBeam.Identity.Repositories.EntityFramework" Version="2.0.54" />
<PackageVersion Include="IBeam.Identity.Repositories.EntityFramework" Version="2.0.54" />
<PackageReference Include="IBeam.Identity.Repositories.EntityFramework" />
paket add IBeam.Identity.Repositories.EntityFramework --version 2.0.54
#r "nuget: IBeam.Identity.Repositories.EntityFramework, 2.0.54"
#:package IBeam.Identity.Repositories.EntityFramework@2.0.54
#addin nuget:?package=IBeam.Identity.Repositories.EntityFramework&version=2.0.54
#tool nuget:?package=IBeam.Identity.Repositories.EntityFramework&version=2.0.54
IBeam.Identity.Repositories.EntityFramework
Entity Framework identity repository provider for IBeam.
Narrative Introduction
This package offers EF-based Identity store wiring and tenant membership persistence for teams that prefer relational storage. It centralizes provider selection and DbContext setup behind one registration method so hosts can swap persistence approaches without changing auth orchestration code.
Features and Components
- DI extension:
AddIBeamIdentityEntityFrameworkStores(IServiceCollection, IConfiguration, string configSectionPath = "IdentityEf")
IBeamIdentityDbContextregistration- ASP.NET Core Identity EF store wiring
- tenant membership store implementation
Dependencies
- Internal packages:
IBeam.Identity.ServicesIBeam.Identity
- External packages:
Microsoft.AspNetCore.Identity.EntityFrameworkCoreMicrosoft.EntityFrameworkCoreMicrosoft.EntityFrameworkCore.SqliteMicrosoft.EntityFrameworkCore.SqlServerNpgsql.EntityFrameworkCore.PostgreSQLSystem.IdentityModel.Tokens.JwtMicrosoft.AspNetCore.Appframework reference
Provider Status
- Supported now:
Sqlite - Not yet active in extension wiring:
SqlServer,Postgres
Connection String Cascade
EF identity store registration resolves connection string with fallback precedence:
{configSectionPath}:ConnectionString(default section path isIdentityEf)IBeam:Identity:EntityFramework:ConnectionStringIBeam:Repositories:EntityFramework:ConnectionStringIBeam:Repositories:ConnectionStringIBeam:ConnectionStringConnectionStrings:IdentityEfConnectionStrings:IdentityEntityFrameworkConnectionStrings:IBeamConnectionStrings:DefaultConnection
This aligns EF identity provider behavior with the broader IBeam repository fallback pattern.
| 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
- IBeam.Identity (>= 2.0.54)
- IBeam.Identity.Services (>= 2.0.54)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 10.0.2)
- Microsoft.EntityFrameworkCore (>= 10.0.2)
- Microsoft.EntityFrameworkCore.Sqlite (>= 10.0.2)
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.2)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 10.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.16.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.