Microsoft.Azure.Services.AppAuthentication
1.6.2
Migration guide: https://learn.microsoft.com/dotnet/api/overview/azure/app-auth-migration
AppAuth no longer receives new feature improvements. 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.
dotnet add package Microsoft.Azure.Services.AppAuthentication --version 1.6.2
NuGet\Install-Package Microsoft.Azure.Services.AppAuthentication -Version 1.6.2
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
paket add Microsoft.Azure.Services.AppAuthentication --version 1.6.2
#r "nuget: Microsoft.Azure.Services.AppAuthentication, 1.6.2"
// Install Microsoft.Azure.Services.AppAuthentication as a Cake Addin
#addin nuget:?package=Microsoft.Azure.Services.AppAuthentication&version=1.6.2
// Install Microsoft.Azure.Services.AppAuthentication as a Cake Tool
#tool nuget:?package=Microsoft.Azure.Services.AppAuthentication&version=1.6.2
There is a newer version of this library available here: Azure.Identity
Migration guide: https://docs.microsoft.com/dotnet/api/overview/azure/app-auth-migration
AppAuth no longer receives new feature improvements. 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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.2
-
.NETFramework 4.6.1
-
.NETFramework 4.7.2
-
.NETStandard 1.4
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 5.2.9)
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.Process (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 5.2.9)
- System.Diagnostics.Process (>= 4.3.0)
NuGet packages (154)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.Services.AppAuthentication:
Package | Downloads |
---|---|
Microsoft.Azure.ServiceBus
Please note, a newer package Azure.Messaging.ServiceBus is available as of November 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/sb for more details. |
|
Microsoft.Extensions.Configuration.AzureKeyVault
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration. This library has been replaced by the following new Azure SDK. https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets It is recommended that you move to the new package. |
|
WindowsAzure.ServiceBus
Please note, for Azure Service Bus, Azure Event Hubs and Azure Relay, newer packages Azure.Messaging.ServiceBus, Azure.Messaging.EventHubs and Microsoft.Azure.Relay are available as of November 2020, February 2020 and March 2017 respectively. While WindowsAzure.ServiceBus will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read https://aka.ms/azsdk/blog/msging/intro for more details. It adds Microsoft.ServiceBus.dll along with related configuration files to your project. This library allows AMQP 1.0 to be used as one of the protocols for communication with Microsoft Azure Service Bus. For more information on Messaging features, please visit: http://azure.microsoft.com/en-us/documentation/services/service-bus/ For more information on Event Hub features, please visit: http://go.microsoft.com/fwlink/?LinkID=403957 Please note that this package requires at least .Net Framework 4.6.2. |
|
Microsoft.Azure.EventHubs
Please note, a newer package Azure.Messaging.EventHubs is available as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/eh for more details. |
|
dbup-sqlserver
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. |
GitHub repositories (37)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.Services.AppAuthentication:
Repository | Stars |
---|---|
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
|
|
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
|
|
DbUp/DbUp
DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
paolosalvatori/ServiceBusExplorer
The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
|
Version | Downloads | Last updated |
---|
Documentation can be found at https://go.microsoft.com/fwlink/p/?linkid=862452.
Improvements and bug fixes