Microsoft.Agents.Authentication 1.4.60-beta

Prefix Reserved
This is a prerelease version of Microsoft.Agents.Authentication.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Agents.Authentication --version 1.4.60-beta
                    
NuGet\Install-Package Microsoft.Agents.Authentication -Version 1.4.60-beta
                    
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="1.4.60-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Agents.Authentication" Version="1.4.60-beta" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Agents.Authentication" />
                    
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 Microsoft.Agents.Authentication --version 1.4.60-beta
                    
#r "nuget: Microsoft.Agents.Authentication, 1.4.60-beta"
                    
#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.
#:package Microsoft.Agents.Authentication@1.4.60-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Agents.Authentication&version=1.4.60-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Agents.Authentication&version=1.4.60-beta&prerelease
                    
Install as a Cake Tool

Microsoft.Agents.Authentication

Defines core Authentication and token retrieval functionality.

Changelog

Version Date Changelog
1.2.0 2025-08-19 Detailed Changelog
1.3.0 2025-10-22 Detailed Changelog

Main Types

  • IAccessTokenProvider
  • IConnections: Returns an IAccessTokenProvider based on name or matching criteria.
  • ConfigurationConnections: Loads IConnections using configuration.

ConfigurationConnections

  • Configuration-based token connections
  • Map of named connections
  "Connections": {
    "ServiceConnection": {
      "Assembly": "{{provider-assembly-name}}",
      "Type": "{{provider-type-name}}",
      "Settings": {
          {{provider-specific-settings}}
      }
    }
  }

Note that provider type loading only works if the provider package has been added as a dependency in your project.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 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.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Microsoft.Agents.Authentication:

Package Downloads
Microsoft.Agents.Connector

Library for ConnectorClient and UserTokenClient using Microsoft Agent SDK

Microsoft.Agents.Builder

Library for creating agents using Microsoft Agent SDK

Microsoft.Agents.Authentication.Msal

Library for creating authentication tokens for agents using MSAL in Microsoft Agent SDK

Microsoft.Agents.Client

Library for communicating with other Agents using Microsoft Agent SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.139-beta 0 4/16/2026
1.5.129-beta 112 4/15/2026
1.5.123-beta 462 4/11/2026
1.5.106-beta 535 4/9/2026
1.5.92-beta 497 4/7/2026
1.5.90-beta 551 3/31/2026
1.5.83-beta 717 3/27/2026
1.5.80-beta 474 3/26/2026
1.5.76-beta 462 3/25/2026
1.5.69-beta 536 3/20/2026
1.5.68-beta 505 3/19/2026
1.5.60-beta 554 3/17/2026
1.5.45-beta 575 3/13/2026
1.5.41-beta 547 3/11/2026
1.5.39-beta 490 3/10/2026
1.5.30-beta 561 3/4/2026
1.5.24-beta 555 3/3/2026
1.5.17-beta 503 2/28/2026
1.4.83 37,122 2/23/2026
1.4.60-beta 918 1/24/2026
Loading failed