Zymergi.Identity.Auth0 11.0.6-alpha

This is a prerelease version of Zymergi.Identity.Auth0.
dotnet add package Zymergi.Identity.Auth0 --version 11.0.6-alpha
                    
NuGet\Install-Package Zymergi.Identity.Auth0 -Version 11.0.6-alpha
                    
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="Zymergi.Identity.Auth0" Version="11.0.6-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zymergi.Identity.Auth0" Version="11.0.6-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Zymergi.Identity.Auth0" />
                    
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 Zymergi.Identity.Auth0 --version 11.0.6-alpha
                    
#r "nuget: Zymergi.Identity.Auth0, 11.0.6-alpha"
                    
#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 Zymergi.Identity.Auth0@11.0.6-alpha
                    
#: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=Zymergi.Identity.Auth0&version=11.0.6-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Zymergi.Identity.Auth0&version=11.0.6-alpha&prerelease
                    
Install as a Cake Tool

Zymergi.Identity.Auth0

Auth0 Management API integration implementing the IAuthManagementClient contract defined in Zymergi.Core. Provides user and role CRUD operations against Auth0's v2 REST API.

Depends on: Zymergi.Core

Why This Project Exists

Zymergi.Core defines IAuthManagementClient as an abstract contract for managing users and roles. This project provides the Auth0-specific implementation, isolating the third-party Auth0 SDK dependency and API mechanics from the rest of the system. Swapping identity providers means replacing this project alone.

Classes

Type Purpose
Auth0ManagementClient HTTP client wrapper for Auth0 Management API v2 implementing IAuthManagementClient with user and role CRUD, lazy-cached role lookups, and event notifications for user/role changes
Auth0Settings Configuration container for Auth0 credentials (Domain, ClientId, Secret) with validation and token-request parameter generation
Auth0IRoleAdapter Translates Auth0.ManagementApi.Models.Role to ASP.NET Core IdentityRole
Auth0IUserAdapter Translates Auth0 user models to ASP.NET Core IdentityUser
ExtensionMethods HttpClient extensions for acquiring OAuth access tokens via client credentials grant
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
11.0.6-alpha 71 7/10/2026
11.0.5-alpha 111 7/9/2026
11.0.4-alpha 62 7/6/2026
11.0.3-alpha 64 7/6/2026
11.0.2-alpha 101 6/30/2026
11.0.1-alpha 101 6/30/2026
11.0.0-alpha 79 6/29/2026