BizDoc.Core.Azure 6.7.6

Suggested Alternatives

BizDoc.Authentication.Azure

dotnet add package BizDoc.Core.Azure --version 6.7.6
                    
NuGet\Install-Package BizDoc.Core.Azure -Version 6.7.6
                    
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.Core.Azure" Version="6.7.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Core.Azure" Version="6.7.6" />
                    
Directory.Packages.props
<PackageReference Include="BizDoc.Core.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.Core.Azure --version 6.7.6
                    
#r "nuget: BizDoc.Core.Azure, 6.7.6"
                    
#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.Core.Azure&version=6.7.6
                    
Install BizDoc.Core.Azure as a Cake Addin
#tool nuget:?package=BizDoc.Core.Azure&version=6.7.6
                    
Install BizDoc.Core.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.ApplicationIdURI = "api://{your-domain}.azurewebsites.net/{entry-point}";
    options.ClientId = "{client-id-here}";
    options.TenantId = "{tenant-id-heare}";
    options.ClientSecret = "{secret-here}";
).
UseIdentityProvider();

BizDoc require User.Read.All permission.

Use blob storage

Set a storage for attachments.

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

Workflow

Manager node

Document owner manager in Azure.

Role node

Directory roles.

Widgets

My Group Peers.

My Team Peers.

My Teams Pending.

Teams Performance.

Source

Name Usage
Contacts
Groups
Roles
DirectoryRoles
Places
Organizations
Sites
Teams

Rules

Owner Department.

Owner Teams.

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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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

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
6.7.6 1,060 7/17/2022 6.7.6 is deprecated because it is no longer maintained.
6.7.5 1,002 7/14/2022 6.7.5 is deprecated because it is no longer maintained.
6.7.4 1,070 7/12/2022 6.7.4 is deprecated because it is no longer maintained.
6.7.3 1,006 7/12/2022 6.7.3 is deprecated because it is no longer maintained.
6.7.2 981 7/11/2022 6.7.2 is deprecated because it is no longer maintained.
6.7.1 952 7/10/2022 6.7.1 is deprecated because it is no longer maintained.
6.6.13 1,001 7/5/2022 6.6.13 is deprecated because it is no longer maintained.
6.6.12 948 7/3/2022 6.6.12 is deprecated because it is no longer maintained.
6.6.11 965 6/29/2022 6.6.11 is deprecated because it is no longer maintained.
6.6.10 2,692 6/26/2022 6.6.10 is deprecated because it is no longer maintained.
6.6.9 965 6/26/2022 6.6.9 is deprecated because it is no longer maintained.
6.6.8 944 6/23/2022 6.6.8 is deprecated because it is no longer maintained.
6.6.6 985 6/23/2022 6.6.6 is deprecated because it is no longer maintained.
6.6.5 1,310 6/20/2022 6.6.5 is deprecated because it is no longer maintained.
6.6.4 1,293 6/15/2022 6.6.4 is deprecated because it is no longer maintained.
6.6.3 1,255 6/8/2022 6.6.3 is deprecated because it is no longer maintained.
6.6.2 1,035 6/6/2022 6.6.2 is deprecated because it is no longer maintained.
6.6.1 1,042 5/28/2022 6.6.1 is deprecated because it is no longer maintained.
6.6.0 2,179 5/20/2022 6.6.0 is deprecated because it is no longer maintained.
6.5.9 985 5/9/2022 6.5.9 is deprecated because it is no longer maintained.
6.5.7 1,015 4/29/2022 6.5.7 is deprecated because it is no longer maintained.
6.5.6 991 4/14/2022 6.5.6 is deprecated because it is no longer maintained.
6.5.5 1,024 4/13/2022 6.5.5 is deprecated because it is no longer maintained.
6.5.4 1,012 4/6/2022 6.5.4 is deprecated because it is no longer maintained.
6.5.2 946 4/5/2022 6.5.2 is deprecated because it is no longer maintained.
6.5.1 987 4/1/2022 6.5.1 is deprecated because it is no longer maintained.
6.5.0 1,063 3/22/2022 6.5.0 is deprecated because it is no longer maintained.
6.4.4 2,125 3/13/2022 6.4.4 is deprecated because it is no longer maintained.
6.4.3 1,375 3/10/2022 6.4.3 is deprecated because it is no longer maintained.
6.4.1 1,042 3/9/2022 6.4.1 is deprecated because it is no longer maintained.
6.3.5 1,075 2/24/2022 6.3.5 is deprecated because it is no longer maintained.
6.3.4 1,048 2/16/2022 6.3.4 is deprecated because it is no longer maintained.
6.3.3 1,086 2/6/2022 6.3.3 is deprecated because it is no longer maintained.
6.3.2 1,075 1/31/2022 6.3.2 is deprecated because it is no longer maintained.
6.3.1 1,064 1/27/2022 6.3.1 is deprecated because it is no longer maintained.
6.3.0 1,017 1/21/2022 6.3.0 is deprecated because it is no longer maintained.
6.2.2 1,144 1/20/2022 6.2.2 is deprecated because it is no longer maintained.
6.2.1 1,032 1/13/2022 6.2.1 is deprecated because it is no longer maintained.
6.2.0 983 1/7/2022 6.2.0 is deprecated because it is no longer maintained.
6.1.0 1,012 12/30/2021 6.1.0 is deprecated because it is no longer maintained.
6.0.5 1,047 12/14/2021 6.0.5 is deprecated because it is no longer maintained.
6.0.4 1,006 12/7/2021 6.0.4 is deprecated because it is no longer maintained.
6.0.3 3,882 11/26/2021 6.0.3 is deprecated because it is no longer maintained.
6.0.2 958 11/22/2021 6.0.2 is deprecated because it is no longer maintained.
6.0.1 973 11/13/2021 6.0.1 is deprecated because it is no longer maintained.
6.0.0 876 11/10/2021 6.0.0 is deprecated because it is no longer maintained.
5.3.4 985 11/6/2021 5.3.4 is deprecated because it is no longer maintained.
5.3.3 980 11/3/2021 5.3.3 is deprecated because it is no longer maintained.
5.3.2 939 10/30/2021 5.3.2 is deprecated because it is no longer maintained.
5.3.1 963 10/17/2021 5.3.1 is deprecated because it is no longer maintained.
5.3.0 960 10/14/2021 5.3.0 is deprecated because it is no longer maintained.
5.2.2 1,038 10/12/2021 5.2.2 is deprecated because it is no longer maintained.
5.2.1 944 10/7/2021 5.2.1 is deprecated because it is no longer maintained.
5.2.0 1,051 10/3/2021 5.2.0 is deprecated because it is no longer maintained.
5.1.4 969 9/15/2021 5.1.4 is deprecated because it is no longer maintained.
5.1.3 1,041 7/15/2021 5.1.3 is deprecated because it is no longer maintained.
5.1.2 1,044 5/12/2021 5.1.2 is deprecated because it is no longer maintained.
5.1.1 1,015 4/1/2021 5.1.1 is deprecated because it is no longer maintained.
5.0.3 1,136 3/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,119 1/13/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.0 1,164 12/31/2020 5.0.0 is deprecated because it is no longer maintained.
3.2.2 1,175 12/17/2020 3.2.2 is deprecated because it is no longer maintained.
3.2.1 1,203 11/25/2020 3.2.1 is deprecated because it is no longer maintained.
3.2.0 1,160 11/25/2020 3.2.0 is deprecated because it is no longer maintained.
3.1.1 1,338 9/4/2020 3.1.1 is deprecated because it is no longer maintained.

-