Microsoft.Agents.Authentication.Msal 0.2.277-alpha

Prefix Reserved
This is a prerelease version of Microsoft.Agents.Authentication.Msal.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Agents.Authentication.Msal --version 0.2.277-alpha
                    
NuGet\Install-Package Microsoft.Agents.Authentication.Msal -Version 0.2.277-alpha
                    
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.Msal" Version="0.2.277-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Agents.Authentication.Msal" Version="0.2.277-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Agents.Authentication.Msal" />
                    
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.Msal --version 0.2.277-alpha
                    
#r "nuget: Microsoft.Agents.Authentication.Msal, 0.2.277-alpha"
                    
#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=Microsoft.Agents.Authentication.Msal&version=0.2.277-alpha&prerelease
                    
Install Microsoft.Agents.Authentication.Msal as a Cake Addin
#tool nuget:?package=Microsoft.Agents.Authentication.Msal&version=0.2.277-alpha&prerelease
                    
Install Microsoft.Agents.Authentication.Msal as a Cake Tool

Microsoft.Agents.Authentication.Msal

Provides the MSAL IAccessTokenProvider implementation to get tokens.

Example configuration

  "Connections": {
    "ServiceConnection": {
      "Settings": {
        "AuthType": "ClientSecret", // this is the AuthType for the connection, valid values can be found in Microsoft.Agents.Authentication.Msal.Model.AuthTypes.  The default is ClientSecret.
        "AuthorityEndpoint": "https://login.microsoftonline.com/{{TenantId}}",
        "ClientId": "00000000-0000-0000-0000-000000000000", // this is the Client ID used for the connection.
        "ClientSecret": "00000000-0000-0000-0000-000000000000", // this is the Client Secret used for the connection.
        "Scopes": [
          "https://api.botframework.com/.default"
        ]
      }
    }
  }
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.  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. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on Microsoft.Agents.Authentication.Msal:

Repository Stars
microsoft/Agents
The Microsoft 365 Agent SDK simplifies building full stack, multichannel, trusted agents for platforms including M365, Teams, Copilot Studio, and Webchat.
Version Downloads Last updated
0.2.287-alpha 41 2 days ago
0.2.286-alpha 87 3 days ago
0.2.282-alpha 130 4 days ago
0.2.277-alpha 157 6 days ago
0.2.271-alpha 101 9 days ago
0.2.267-alpha 122 10 days ago
0.2.257-alpha 134 11 days ago
0.2.180-alpha 456 12 days ago
0.2.171-alpha 259 17 days ago
0.2.162-alpha 151 19 days ago
0.2.154-alpha 251 20 days ago
0.2.153-alpha 82 23 days ago
0.2.151-alpha 112 24 days ago
0.2.146-alpha 273 a month ago
0.2.141-alpha 182 a month ago
0.2.137-alpha 259 a month ago
0.1.26 918 5 months ago