BizDoc.Authentication.Auth0
10.5.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BizDoc.Authentication.Auth0 --version 10.5.1
NuGet\Install-Package BizDoc.Authentication.Auth0 -Version 10.5.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="BizDoc.Authentication.Auth0" Version="10.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Authentication.Auth0" Version="10.5.1" />
<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.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BizDoc.Authentication.Auth0, 10.5.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 BizDoc.Authentication.Auth0@10.5.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=BizDoc.Authentication.Auth0&version=10.5.1
#tool nuget:?package=BizDoc.Authentication.Auth0&version=10.5.1
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.48.0)
- Auth0.ManagementApi (>= 9.1.0)
- BizDoc.Core (>= 10.6.5)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 10.0.10)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 10.0.10)
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.6.1 | 98 | 8/6/2026 |
| 10.5.1 | 109 | 7/26/2026 |
| 10.4.1 | 113 | 7/8/2026 |
| 10.3.1 | 117 | 6/11/2026 |
| 10.3.0 | 116 | 6/7/2026 |
| 10.2.0 | 110 | 5/7/2026 |
| 10.1.0 | 136 | 3/4/2026 |
| 10.0.0 | 139 | 1/6/2026 |
| 9.2.0 | 242 | 7/27/2025 |
| 9.1.1 | 238 | 7/8/2025 |
| 9.1.0 | 255 | 6/20/2025 |
| 9.0.0 | 341 | 5/15/2025 |
| 8.12.9 | 281 | 4/16/2025 |
| 8.11.9 | 244 | 3/27/2025 |
| 8.10.9 | 185 | 2/27/2025 |
| 8.8.9 | 197 | 2/23/2025 |
| 8.7.9 | 181 | 2/6/2025 |
| 8.6.9 | 205 | 1/20/2025 |
| 8.5.9 | 211 | 12/2/2024 |
| 8.5.8 | 196 | 11/13/2024 |
Loading failed