Microsoft.Azure.Services.AppAuthentication 1.0.1

Install-Package Microsoft.Azure.Services.AppAuthentication -Version 1.0.1
dotnet add package Microsoft.Azure.Services.AppAuthentication --version 1.0.1
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.Services.AppAuthentication --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Azure.Services.AppAuthentication, 1.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.Services.AppAuthentication as a Cake Addin
#addin nuget:?package=Microsoft.Azure.Services.AppAuthentication&version=1.0.1

// Install Microsoft.Azure.Services.AppAuthentication as a Cake Tool
#tool nuget:?package=Microsoft.Azure.Services.AppAuthentication&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Enables a service to authenticate to Azure services using the developer's Azure Active Directory/ Microsoft account during development, and authenticate as itself (using OAuth 2.0 Client Credentials flow) when deployed to Azure.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.Azure.Services.AppAuthentication:

Package Downloads
Microsoft.Extensions.Configuration.AzureKeyVault

Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration. This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a

Version Downloads Last updated
1.0.1 0 06.02.2022

Documentation can be found at https://go.microsoft.com/fwlink/p/?linkid=862452.

Bug fix: Microsoft.Azure.Services.AppAuthentication.targets was missing.