BizDoc.Authentication.Auth0
8.5.2
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 8.5.2
NuGet\Install-Package BizDoc.Authentication.Auth0 -Version 8.5.2
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="8.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Authentication.Auth0" Version="8.5.2" />
<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 8.5.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BizDoc.Authentication.Auth0, 8.5.2"
#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@8.5.2
#: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=8.5.2
#tool nuget:?package=BizDoc.Authentication.Auth0&version=8.5.2
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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net8.0
- Auth0.Core (>= 7.26.1)
- Auth0.ManagementApi (>= 7.26.1)
- BizDoc.Core (>= 8.13.15)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.1)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 8.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.2.0 | 88 | 5/7/2026 |
| 10.1.0 | 118 | 3/4/2026 |
| 10.0.0 | 123 | 1/6/2026 |
| 9.2.0 | 224 | 7/27/2025 |
| 9.1.1 | 221 | 7/8/2025 |
| 9.1.0 | 240 | 6/20/2025 |
| 9.0.0 | 322 | 5/15/2025 |
| 8.12.9 | 263 | 4/16/2025 |
| 8.11.9 | 226 | 3/27/2025 |
| 8.10.9 | 167 | 2/27/2025 |
| 8.8.9 | 180 | 2/23/2025 |
| 8.7.9 | 160 | 2/6/2025 |
| 8.6.9 | 184 | 1/20/2025 |
| 8.5.9 | 188 | 12/2/2024 |
| 8.5.8 | 175 | 11/13/2024 |
| 8.5.7 | 182 | 10/13/2024 |
| 8.5.6 | 161 | 7/29/2024 |
| 8.5.5 | 204 | 5/14/2024 |
| 8.5.3 | 240 | 2/20/2024 |
| 8.5.2 | 226 | 1/17/2024 |
Loading failed