EzSCIM.EfCore 0.0.1

dotnet add package EzSCIM.EfCore --version 0.0.1
                    
NuGet\Install-Package EzSCIM.EfCore -Version 0.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EzSCIM.EfCore" Version="0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EzSCIM.EfCore" Version="0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="EzSCIM.EfCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EzSCIM.EfCore --version 0.0.1
                    
#r "nuget: EzSCIM.EfCore, 0.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EzSCIM.EfCore@0.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EzSCIM.EfCore&version=0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=EzSCIM.EfCore&version=0.0.1
                    
Install as a Cake Tool

EzSCIM β€” NuGet Package Documentation

EzSCIM provides a complete SCIM 2.0 server implementation for ASP.NET Core. You expose your data through one of two integration models.


Choose your integration model

πŸ”Œ Model 1 β€” IQueryable (any data source)

NuGet package: EzSCIM

Use this model if you:

  • Already have an existing repository or ORM (Dapper, Cosmos DB, MongoDB, custom…)
  • Want full control over data access
  • Do not use Entity Framework Core

Your entity class gets annotated with [ScimProperty] attributes. You implement IUserGroupDataRepository<TUser, TGroup> with an IQueryable<T> source, and EzSCIM translates SCIM filters to LINQ server-side.

β†’ Get started with IQueryable


πŸ—„οΈ Model 2 β€” EF Core / DbContext

NuGet packages: EzSCIM + EzSCIM.EfCore

Use this model if you use Entity Framework Core. Inherit EfScimRepositoryBase<TUser, TGroup, TContext> and your entities get automatic Id generation, timestamps, CRUD, filter translation, and unique-constraint detection β€” with zero boilerplate.

β†’ Get started with EF Core


πŸ” Authentication

JWT Bearer token authentication β€” applies to both models.

β†’ Authentication setup


Reference

Topic Model
Repository interfaces IQueryable
SCIM filter syntax IQueryable
SCIM 2.0 attribute reference Both
Microsoft Entra ID required SCIM fields Both
Schema extensions [ScimProperty] Both
IScimEntity interface EF Core
EfScimRepositoryBase reference EF Core
Multi-provider: SQL Server / PostgreSQL EF Core

Last Updated: April 24, 2026

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1 98 4/24/2026