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" />
paket add Microsoft.Azure.Services.AppAuthentication --version 1.0.1
#r "nuget: Microsoft.Azure.Services.AppAuthentication, 1.0.1"
// 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
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.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 3.14.2)
-
.NETStandard 1.4
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 3.14.2)
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.Process (>= 4.3.0)
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.