BizDoc.Authentication.Azure
7.23.3
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.Azure --version 7.23.3
NuGet\Install-Package BizDoc.Authentication.Azure -Version 7.23.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.23.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizDoc.Authentication.Azure --version 7.23.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BizDoc.Authentication.Azure, 7.23.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.
// Install BizDoc.Authentication.Azure as a Cake Addin #addin nuget:?package=BizDoc.Authentication.Azure&version=7.23.3 // Install BizDoc.Authentication.Azure as a Cake Tool #tool nuget:?package=BizDoc.Authentication.Azure&version=7.23.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | |
Contacts | |
DirectoryRoles | |
Places | |
Organizations | |
Sites | |
Teams |
Attributes
Name | Usage |
---|---|
OwnerEmployeeType | |
OwnerDepartment | |
OwnerEmployeeDivision | |
OwnerEmployeeCostCenter |
Rules
Name | Usage |
---|---|
OwnerDepartment | |
OwnerEmployeeDivision | |
OwnerEmployeeCostCenter | |
OwnerEmployeeType | |
OwnerCompanyName | |
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 | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Azure.Core (>= 1.35.0)
- Azure.Storage.Blobs (>= 12.18.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 7.0.8)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 7.0.8)
- Microsoft.Graph (>= 5.32.0)
- Microsoft.Identity.Web.MicrosoftGraph (>= 2.15.1)
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.60.2 | 43 | 11/18/2024 |
8.59.2 | 49 | 11/13/2024 |
8.59.1 | 82 | 10/17/2024 |
8.58.1 | 81 | 10/13/2024 |
8.57.1 | 88 | 10/8/2024 |
8.56.0 | 119 | 9/17/2024 |
8.54.0 | 99 | 8/28/2024 |
8.53.0 | 99 | 8/26/2024 |
8.52.0 | 74 | 7/29/2024 |
8.50.0 | 109 | 7/10/2024 |
8.49.4 | 117 | 6/23/2024 |
8.47.4 | 100 | 6/9/2024 |
8.46.3 | 110 | 5/28/2024 |
8.46.2 | 108 | 5/26/2024 |
8.45.2 | 89 | 5/21/2024 |
8.45.1 | 104 | 5/19/2024 |
8.44.4 | 117 | 4/23/2024 |
8.43.3 | 115 | 4/14/2024 |
8.42.3 | 122 | 4/8/2024 |
8.41.3 | 130 | 4/6/2024 |
8.41.2 | 121 | 3/2/2024 |
8.41.0 | 109 | 3/1/2024 |
8.40.5 | 108 | 2/29/2024 |
8.40.4 | 107 | 2/29/2024 |
8.40.2 | 107 | 2/29/2024 |
8.40.1 | 104 | 2/28/2024 |
8.40.0 | 106 | 2/28/2024 |
8.39.6 | 101 | 2/28/2024 |
8.39.5 | 116 | 2/27/2024 |
8.38.5 | 116 | 2/20/2024 |
8.37.4 | 142 | 2/7/2024 |
8.36.4 | 123 | 2/2/2024 |
8.35.4 | 132 | 1/17/2024 |
8.35.3 | 136 | 1/12/2024 |
7.35.3 | 122 | 1/6/2024 |
7.34.5 | 150 | 12/23/2023 |
7.34.3 | 114 | 12/30/2023 |
7.34.2 | 124 | 12/30/2023 |
7.34.1 | 121 | 12/29/2023 |
7.33.5 | 141 | 12/12/2023 |
7.33.4 | 133 | 11/28/2023 |
7.32.4 | 123 | 11/26/2023 |
7.32.3 | 131 | 11/23/2023 |
7.31.3 | 123 | 11/22/2023 |
7.30.3 | 111 | 11/22/2023 |
7.30.2 | 121 | 11/21/2023 |
7.30.1 | 122 | 11/21/2023 |
7.30.0 | 124 | 11/17/2023 |
7.28.0 | 122 | 11/15/2023 |
7.27.0 | 121 | 11/9/2023 |
7.25.0 | 131 | 11/5/2023 |
7.23.3 | 137 | 10/30/2023 |
7.22.3 | 145 | 10/21/2023 |
7.20.3 | 151 | 9/26/2023 |
7.19.3 | 137 | 9/23/2023 |
7.18.3 | 142 | 9/17/2023 |
7.17.3 | 155 | 9/10/2023 |
7.16.3 | 156 | 9/6/2023 |
7.15.3 | 152 | 8/31/2023 |
7.14.3 | 153 | 8/22/2023 |
7.13.3 | 156 | 8/14/2023 |
7.12.3 | 156 | 7/28/2023 |
7.10.3 | 166 | 7/9/2023 |
7.9.3 | 193 | 7/6/2023 |
7.8.3 | 462 | 6/24/2023 |
7.7.1 | 172 | 6/18/2023 |
7.6.1 | 165 | 6/13/2023 |
7.5.1 | 178 | 6/8/2023 |
7.5.0 | 167 | 5/28/2023 |
7.4.0 | 164 | 5/22/2023 |
7.3.0 | 166 | 5/4/2023 |
7.0.1 | 209 | 3/30/2023 |
7.0.0 | 333 | 11/28/2022 |
6.8.9 | 345 | 11/8/2022 |
6.8.8 | 370 | 11/6/2022 |
6.8.7 | 364 | 10/31/2022 |
6.8.6 | 371 | 10/27/2022 |
6.8.5 | 409 | 10/24/2022 |
6.8.4 | 455 | 10/20/2022 |
6.8.3 | 432 | 10/20/2022 |
-