Microsoft.Agents.Authentication
0.1.26
Prefix Reserved
dotnet add package Microsoft.Agents.Authentication --version 0.1.26
NuGet\Install-Package Microsoft.Agents.Authentication -Version 0.1.26
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="Microsoft.Agents.Authentication" Version="0.1.26" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Agents.Authentication --version 0.1.26
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Agents.Authentication, 0.1.26"
#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 Microsoft.Agents.Authentication as a Cake Addin #addin nuget:?package=Microsoft.Agents.Authentication&version=0.1.26 // Install Microsoft.Agents.Authentication as a Cake Tool #tool nuget:?package=Microsoft.Agents.Authentication&version=0.1.26
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MSALAuthConfigurationOptions
About
Supports the usage of Entra ID tokens to interact with Agents
Key Features
Defines the Configuration used to specify the Entra ID properties
"Connections": {
"BotServiceConnection": {
"Assembly": "Microsoft.Agents.Authentication.Msal",
"Type": "MsalAuth",
"Settings": {
"AuthType": "ClientSecret",
"ClientSecret": "<ClientSecret>",
"AuthorityEndpoint": "https://login.microsoftonline.com/botframework.com",
"ClientId": "<ClientID>",
"Scopes": [
"https://api.botframework.com/.default"
],
"TenantId": "<Client Tenant Id>"
}
}
}
Product | Versions 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.
-
net8.0
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.Agents.Authentication:
Package | Downloads |
---|---|
Microsoft.Agents.Protocols
Library for creating agents using Microsoft Agent SDK |
|
Microsoft.Agents.Authentication.Msal
Library for creating authentication tokens for agents using Microsoft Agent SDK |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.26 | 93 | 11/18/2024 |