Zymergi.Identity.Auth0
11.0.6-alpha
dotnet add package Zymergi.Identity.Auth0 --version 11.0.6-alpha
NuGet\Install-Package Zymergi.Identity.Auth0 -Version 11.0.6-alpha
<PackageReference Include="Zymergi.Identity.Auth0" Version="11.0.6-alpha" />
<PackageVersion Include="Zymergi.Identity.Auth0" Version="11.0.6-alpha" />
<PackageReference Include="Zymergi.Identity.Auth0" />
paket add Zymergi.Identity.Auth0 --version 11.0.6-alpha
#r "nuget: Zymergi.Identity.Auth0, 11.0.6-alpha"
#:package Zymergi.Identity.Auth0@11.0.6-alpha
#addin nuget:?package=Zymergi.Identity.Auth0&version=11.0.6-alpha&prerelease
#tool nuget:?package=Zymergi.Identity.Auth0&version=11.0.6-alpha&prerelease
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 | 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
- Auth0.ManagementApi (>= 8.5.0)
- Newtonsoft.Json (>= 13.0.4)
- System.IdentityModel.Tokens.Jwt (>= 8.19.1)
- Zymergi.Core (>= 11.0.6-alpha)
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 |