BizDoc.Authentication.Auth0
10.1.0
dotnet add package BizDoc.Authentication.Auth0 --version 10.1.0
NuGet\Install-Package BizDoc.Authentication.Auth0 -Version 10.1.0
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="BizDoc.Authentication.Auth0" Version="10.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Authentication.Auth0" Version="10.1.0" />
<PackageReference Include="BizDoc.Authentication.Auth0" />
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 BizDoc.Authentication.Auth0 --version 10.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BizDoc.Authentication.Auth0, 10.1.0"
#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 BizDoc.Authentication.Auth0@10.1.0
#: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=BizDoc.Authentication.Auth0&version=10.1.0
#tool nuget:?package=BizDoc.Authentication.Auth0&version=10.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Auth0 for BizDoc
builder.Services.AddBizDoc(options => {
options.IdentityClaimType = ClaimConstants.ObjectId;
}).
AddAuth0(options => {
options.Domain = "domain-name";
options.ApiToken = "api-token";
});
app.UseBizDoc().
UseAuth0();
Types
Roles Organizations
Workflow
Role Node
Attributes
User Metadata
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Auth0.Core (>= 7.45.0)
- Auth0.ManagementApi (>= 7.45.0)
- BizDoc.Core (>= 10.1.2)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 10.0.1)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 10.0.1)
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 |
|---|---|---|
| 10.1.0 | 89 | 3/4/2026 |
| 10.0.0 | 105 | 1/6/2026 |
| 9.2.0 | 206 | 7/27/2025 |
| 9.1.1 | 212 | 7/8/2025 |
| 9.1.0 | 227 | 6/20/2025 |
| 9.0.0 | 307 | 5/15/2025 |
| 8.12.9 | 253 | 4/16/2025 |
| 8.11.9 | 213 | 3/27/2025 |
| 8.10.9 | 161 | 2/27/2025 |
| 8.8.9 | 166 | 2/23/2025 |
| 8.7.9 | 147 | 2/6/2025 |
| 8.6.9 | 173 | 1/20/2025 |
| 8.5.9 | 179 | 12/2/2024 |
| 8.5.8 | 165 | 11/13/2024 |
| 8.5.7 | 176 | 10/13/2024 |
| 8.5.6 | 152 | 7/29/2024 |
| 8.5.5 | 194 | 5/14/2024 |
| 8.5.3 | 225 | 2/20/2024 |
| 8.5.2 | 215 | 1/17/2024 |
| 8.5.1 | 219 | 1/12/2024 |
Loading failed