![]() |
VOOZH | about |
dotnet add package IdentitySuite.EntityFrameworkCore.SqlServer --version 2.4.0
NuGet\Install-Package IdentitySuite.EntityFrameworkCore.SqlServer -Version 2.4.0
<PackageReference Include="IdentitySuite.EntityFrameworkCore.SqlServer" Version="2.4.0" />
<PackageVersion Include="IdentitySuite.EntityFrameworkCore.SqlServer" Version="2.4.0" />Directory.Packages.props
<PackageReference Include="IdentitySuite.EntityFrameworkCore.SqlServer" />Project file
paket add IdentitySuite.EntityFrameworkCore.SqlServer --version 2.4.0
#r "nuget: IdentitySuite.EntityFrameworkCore.SqlServer, 2.4.0"
#:package IdentitySuite.EntityFrameworkCore.SqlServer@2.4.0
#addin nuget:?package=IdentitySuite.EntityFrameworkCore.SqlServer&version=2.4.0Install as a Cake Addin
#tool nuget:?package=IdentitySuite.EntityFrameworkCore.SqlServer&version=2.4.0Install as a Cake Tool
IdentitySuite is a powerful .NET library that provides a complete OpenID Connect authentication solution built on OpenIddict and Microsoft ASP.NET Identity. Designed for ASP.NET Core applications, it seamlessly integrates with popular databases like SQL Server, PostgreSQL, and MySQL to deliver robust user management capabilities. The package includes a ready-to-use Blazor Server administration interface, offering developers a comprehensive toolset to configure OpenIddict servers, manage OAuth clients, and handle user identities through an intuitive dashboard
| Package | Description | NuGet |
|---|---|---|
IdentitySuite |
Main Blazor components and UI | π NuGet |
IdentitySuite.EntityFrameworkCore.SqlServer |
SQL Server data provider | π NuGet |
IdentitySuite.EntityFrameworkCore.PostgreSQL |
PostgreSQL data provider | π NuGet |
IdentitySuite.EntityFrameworkCore.MySql |
MySQL data provider | π NuGet |
dotnet add package IdentitySuite
dotnet add package IdentitySuite.EntityFrameworkCore.SqlServer
# or
dotnet add package IdentitySuite.EntityFrameworkCore.PostgreSQL
# or
dotnet add package IdentitySuite.EntityFrameworkCore.MySql
edit the configuration file IdentitySuiteSettings.{environment}.json found in the IdentitySuite directory located in the root of your project
ConnectionStrings section according to your database providerInitialize": true to enable automatic database initializationusing IdentitySuite;
var builder = WebApplication.CreateBuilder(args);
// 1. Registers all required services (authentication, authorization, etc.)
builder.AddIdentitySuiteServices();
var app = builder.Build();
// 2. Creates/updates the database based on configuration
await app.SetupIdentitySuiteDbAsync();
// 3. Enables all runtime services (authentication, routing, etc.)
app.UseIdentitySuiteServices();
await app.RunAsync();
For complete documentation, please visit our site www.identitysuite.net
For configuration examples, please visit <img src="https://img.shields.io/badge/IdentitySuite-Repository-blue?style=plastic&logo=github" alt="IdentitySuite" align="center" />
IdentitySuite is available under a commercial subscription model with a free tier:
| Tier | Deployments | Clients | Users |
|---|---|---|---|
| Free | Unlimited | 1 | β€ 100 |
| Standard | Single | β€ 5 | β€ 500 |
| Enterprise | Single | Unlimited | Unlimited |
For production use beyond free tier limits, please purchase a license at www.identitysuite.net.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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 | |
|---|---|---|---|
| 2.4.0 | 111 | 5/16/2026 | |
| 2.3.0 | 116 | 4/26/2026 | |
| 2.2.0 | 119 | 4/12/2026 | |
| 2.1.0 | 121 | 3/8/2026 | |
| 2.0.1 | 227 | 12/21/2025 | |
| 2.0.0 | 296 | 12/15/2025 | |
| 1.1.4 | 261 | 10/29/2025 | 1.1.4 is deprecated because it is no longer maintained. |
| 1.1.3 | 250 | 10/29/2025 | 1.1.3 is deprecated because it is no longer maintained. |
| 1.1.2 | 247 | 10/28/2025 | 1.1.2 is deprecated because it is no longer maintained. |
| 1.1.1 | 209 | 9/27/2025 | 1.1.1 is deprecated because it is no longer maintained. |
| 1.1.0 | 222 | 8/17/2025 | 1.1.0 is deprecated because it is no longer maintained. |
| 1.0.2 | 387 | 7/6/2025 | 1.0.2 is deprecated because it is no longer maintained. |
| 1.0.1 | 273 | 7/1/2025 | 1.0.1 is deprecated because it is no longer maintained. |
| 1.0.0 | 251 | 6/29/2025 | 1.0.0 is deprecated because it is no longer maintained. |