BizDoc.Social.Teams 8.30.5

dotnet add package BizDoc.Social.Teams --version 8.30.5
NuGet\Install-Package BizDoc.Social.Teams -Version 8.30.5
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.Social.Teams" Version="8.30.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizDoc.Social.Teams --version 8.30.5
#r "nuget: BizDoc.Social.Teams, 8.30.5"
#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.Social.Teams as a Cake Addin
#addin nuget:?package=BizDoc.Social.Teams&version=8.30.5

// Install BizDoc.Social.Teams as a Cake Tool
#tool nuget:?package=BizDoc.Social.Teams&version=8.30.5

Teams for BizDoc

Add Azure authentication to BizDoc.

dotnet add package BizDoc.Authentication.Teams

UseTeams() in program.cs

builder.Services.AddBizDoc(options => {
    options.IdentityClaimType = ClaimConstants.ObjectId;
    }).
	AddAzure(options => {
            options.ApplicationId = "{app-name-here}";
            options.Domain = "{app-domain-here}";
            options.ClientId = "{clinet-id-here}";
            options.TenantId = "{tenant-id-heare}";
            options.ClientSecret = "{secret-here}";
        }, configure => 
            configure.
                UseIdentityProvider().
                UseTeams(options => ...));

Angular

Install the module.

npm i @bizdoc\teams

Import the module in app.module.

imports: [TeamsModule.forRoot({
    clientId: '{client-id-here}',
})]
Product 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. 
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
8.30.5 66 4/23/2024
8.29.4 94 4/14/2024
8.28.4 89 4/8/2024
8.27.4 86 4/6/2024
8.27.3 84 3/2/2024
8.26.3 98 2/27/2024
8.25.3 87 2/20/2024
8.24.3 102 2/7/2024
8.23.3 79 2/2/2024
8.22.3 101 1/17/2024
8.22.2 98 1/12/2024
7.22.2 100 1/6/2024
7.21.2 126 12/23/2023
7.20.2 126 11/28/2023
7.19.2 113 11/26/2023
7.18.1 116 11/20/2023
7.17.1 92 11/17/2023
7.16.1 100 11/9/2023
7.15.1 104 11/5/2023
7.14.0 108 10/30/2023
7.13.0 124 10/21/2023
7.11.0 131 9/26/2023
7.10.0 106 9/23/2023
7.9.0 100 9/17/2023
7.8.0 126 9/6/2023
7.7.0 141 8/14/2023
7.6.0 160 8/1/2023
7.5.0 159 7/6/2023
7.4.0 158 6/24/2023
7.3.0 162 5/28/2023
7.2.0 134 5/22/2023
7.1.0 164 5/4/2023
7.0.0 307 11/28/2022
6.8.6 333 11/8/2022
6.8.5 370 11/6/2022
6.8.4 377 10/27/2022
6.8.3 396 10/24/2022
6.8.2 411 10/20/2022