BizDoc.Authentication.Azure 7.18.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package BizDoc.Authentication.Azure --version 7.18.3
                    
NuGet\Install-Package BizDoc.Authentication.Azure -Version 7.18.3
                    
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.Azure" Version="7.18.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Authentication.Azure" Version="7.18.3" />
                    
Directory.Packages.props
<PackageReference Include="BizDoc.Authentication.Azure" />
                    
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 BizDoc.Authentication.Azure --version 7.18.3
                    
#r "nuget: BizDoc.Authentication.Azure, 7.18.3"
                    
#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.
#addin nuget:?package=BizDoc.Authentication.Azure&version=7.18.3
                    
Install BizDoc.Authentication.Azure as a Cake Addin
#tool nuget:?package=BizDoc.Authentication.Azure&version=7.18.3
                    
Install BizDoc.Authentication.Azure as a Cake Tool

Azure for BizDoc

Add Azure authentication and storage for BizDoc.

dotnet add package BizDoc.Core.Azure

program.cs

using Microsoft.Identity.Web;

builder.Services.AddBizDoc(options => {
    options.IdentityClaimType = ClaimConstants.ObjectId;
}).
	AddAzure(options => {
        options.SystemGroupName = "{system-sid-here}";
        options.ApplicationIdURI = "api://{your-domain}.azurewebsites.net/{entry-point}";
        options.ClientId = "{client-id-here}";
        options.TenantId = "{tenant-id-heare}";
        options.ClientSecret = "{secret-here}";
    }, configure => 
    configure
        .UseIdentityProvider());

IdentityClaimType can be one of:

Claim
AzureClaimTypes.EmployeeId
AzureClaimTypes.UserPrincipalName
AzureClaimTypes.OnPremisesUserPrincipalName
AzureClaimTypes.OnPremisesSamAccountName
ClaimConstants.ObjectId
ClaimTypes.Sid
ClaimTypes.Email

Identity default id ClaimConstants.ObjectId.

BizDoc require User.Read.All permission.

Use blob storage

Set a storage for attachments.

AddBizDoc().
    AddAzure(
        options => ..., 
        configure => configure
            .UseBlobFileStore(o=> o.ConnectionString = "{connection-string-here}"));

Workflow

Manager node

Document owner manager in Azure.

Role node

Directory roles.

Person node

User people by job title.

Widgets

My Group Peers.

My Team Peers.

My Teams Pending.

Teams Performance.

Source

Name Usage
Groups
Roles
DirectoryRoles
Places
Organizations
Sites
Teams

Attributes

Name Usage
OwnerEmployeeType
OwnerDepartment
OwnerEmployeeDivision
OwnerEmployeeCostCenter

Rules

Name Usage
OwnerDepartment
OwnerEmployeeDivision
OwnerEmployeeCostCenter
OwnerEmployeeType
UserEmployeeDivision
UserEmployeeCostCenter
UserEmployeeType
OwnerTeams
UserAdditionalData require property name
OwnerAdditionalData require property name

Angular

Install the module.

npm i @bizdoc/azure

Import the module in app.module.

imports: [AzureModule.forRoot({
    clientId: '{client-id-here}',
})]
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BizDoc.Authentication.Azure:

Package Downloads
BizDoc.Social.Teams

Teams for BizDoc

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.2.1 112 5/26/2025
9.2.0 135 5/21/2025
9.1.0 87 5/18/2025
9.0.0 213 5/15/2025
8.79.5 215 5/14/2025
8.78.5 201 4/16/2025
8.76.5 154 3/27/2025
8.75.5 151 3/18/2025
8.74.5 163 3/12/2025
8.73.5 165 3/11/2025
8.73.4 104 3/2/2025
8.73.3 106 2/27/2025
8.71.3 115 2/15/2025
8.71.2 122 2/13/2025
8.70.2 110 2/13/2025
8.69.2 104 2/6/2025
8.68.2 110 2/2/2025
8.67.2 109 1/20/2025
8.66.2 112 1/5/2025
8.65.2 138 12/15/2024
8.63.2 118 12/5/2024
8.62.2 117 12/2/2024
8.61.2 112 11/21/2024
8.60.2 110 11/18/2024
8.59.2 112 11/13/2024
8.59.1 109 10/17/2024
8.58.1 109 10/13/2024
8.57.1 120 10/8/2024
8.56.0 148 9/17/2024
8.54.0 126 8/28/2024
8.53.0 122 8/26/2024
8.52.0 100 7/29/2024
8.50.0 135 7/10/2024
8.49.4 144 6/23/2024
8.47.4 125 6/9/2024
8.46.3 132 5/28/2024
8.46.2 137 5/26/2024
8.45.2 113 5/21/2024
8.45.1 126 5/19/2024
8.44.4 141 4/23/2024
8.43.3 137 4/14/2024
8.42.3 143 4/8/2024
8.41.3 153 4/6/2024
8.41.2 146 3/2/2024
8.41.0 132 3/1/2024
8.40.5 130 2/29/2024
8.40.4 128 2/29/2024
8.40.2 128 2/29/2024
8.40.1 124 2/28/2024
8.40.0 131 2/28/2024
8.39.6 122 2/28/2024
8.39.5 137 2/27/2024
8.38.5 145 2/20/2024
8.37.4 164 2/7/2024
8.36.4 144 2/2/2024
8.35.4 152 1/17/2024
8.35.3 161 1/12/2024
7.35.3 142 1/6/2024
7.34.5 171 12/23/2023
7.34.3 138 12/30/2023
7.34.2 147 12/30/2023
7.34.1 143 12/29/2023
7.33.5 161 12/12/2023
7.33.4 145 11/28/2023
7.32.4 135 11/26/2023
7.32.3 145 11/23/2023
7.31.3 136 11/22/2023
7.30.3 124 11/22/2023
7.30.2 135 11/21/2023
7.30.1 135 11/21/2023
7.30.0 144 11/17/2023
7.28.0 140 11/15/2023
7.27.0 137 11/9/2023
7.25.0 143 11/5/2023
7.23.3 150 10/30/2023
7.22.3 158 10/21/2023
7.20.3 164 9/26/2023
7.19.3 151 9/23/2023
7.18.3 155 9/17/2023
7.17.3 171 9/10/2023
7.16.3 174 9/6/2023
7.15.3 167 8/31/2023
7.14.3 169 8/22/2023
7.13.3 173 8/14/2023
7.12.3 174 7/28/2023
7.10.3 186 7/9/2023
7.9.3 214 7/6/2023
7.8.3 481 6/24/2023
7.7.1 190 6/18/2023
7.6.1 190 6/13/2023
7.5.1 200 6/8/2023
7.5.0 191 5/28/2023
7.4.0 186 5/22/2023
7.3.0 194 5/4/2023
7.0.1 234 3/30/2023
7.0.0 362 11/28/2022
6.8.9 374 11/8/2022
6.8.8 403 11/6/2022
6.8.7 393 10/31/2022
6.8.6 407 10/27/2022
6.8.5 442 10/24/2022
6.8.4 487 10/20/2022
6.8.3 463 10/20/2022

-