BizDoc.Authentication.Azure 7.5.0

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

// Install BizDoc.Authentication.Azure as a Cake Tool
#tool nuget:?package=BizDoc.Authentication.Azure&version=7.5.0                

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. 
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
8.66.2 81 1/5/2025
8.65.2 106 12/15/2024
8.63.2 99 12/5/2024
8.62.2 95 12/2/2024
8.61.2 94 11/21/2024
8.60.2 94 11/18/2024
8.59.2 95 11/13/2024
8.59.1 96 10/17/2024
8.58.1 93 10/13/2024
8.57.1 103 10/8/2024
8.56.0 133 9/17/2024
8.54.0 109 8/28/2024
8.53.0 111 8/26/2024
8.52.0 86 7/29/2024
8.50.0 119 7/10/2024
8.49.4 129 6/23/2024
8.47.4 112 6/9/2024
8.46.3 120 5/28/2024
8.46.2 122 5/26/2024
8.45.2 101 5/21/2024
8.45.1 114 5/19/2024
8.44.4 128 4/23/2024
8.43.3 122 4/14/2024
8.42.3 129 4/8/2024
8.41.3 137 4/6/2024
8.41.2 130 3/2/2024
8.41.0 116 3/1/2024
8.40.5 115 2/29/2024
8.40.4 114 2/29/2024
8.40.2 114 2/29/2024
8.40.1 111 2/28/2024
8.40.0 115 2/28/2024
8.39.6 108 2/28/2024
8.39.5 123 2/27/2024
8.38.5 127 2/20/2024
8.37.4 149 2/7/2024
8.36.4 130 2/2/2024
8.35.4 139 1/17/2024
8.35.3 143 1/12/2024
7.35.3 129 1/6/2024
7.34.5 157 12/23/2023
7.34.3 123 12/30/2023
7.34.2 132 12/30/2023
7.34.1 130 12/29/2023
7.33.5 148 12/12/2023
7.33.4 140 11/28/2023
7.32.4 130 11/26/2023
7.32.3 138 11/23/2023
7.31.3 130 11/22/2023
7.30.3 118 11/22/2023
7.30.2 130 11/21/2023
7.30.1 129 11/21/2023
7.30.0 132 11/17/2023
7.28.0 130 11/15/2023
7.27.0 129 11/9/2023
7.25.0 139 11/5/2023
7.23.3 145 10/30/2023
7.22.3 153 10/21/2023
7.20.3 159 9/26/2023
7.19.3 145 9/23/2023
7.18.3 150 9/17/2023
7.17.3 163 9/10/2023
7.16.3 166 9/6/2023
7.15.3 160 8/31/2023
7.14.3 161 8/22/2023
7.13.3 164 8/14/2023
7.12.3 164 7/28/2023
7.10.3 174 7/9/2023
7.9.3 203 7/6/2023
7.8.3 470 6/24/2023
7.7.1 180 6/18/2023
7.6.1 173 6/13/2023
7.5.1 186 6/8/2023
7.5.0 175 5/28/2023
7.4.0 172 5/22/2023
7.3.0 176 5/4/2023
7.0.1 217 3/30/2023
7.0.0 343 11/28/2022
6.8.9 355 11/8/2022
6.8.8 382 11/6/2022
6.8.7 374 10/31/2022
6.8.6 381 10/27/2022
6.8.5 421 10/24/2022
6.8.4 465 10/20/2022
6.8.3 442 10/20/2022

-