Info
| Version: | 1.6.2 | 
| Author(s): | Microsoft | 
| Last Update: | Friday, September 24, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/Azure/azure-sdk-for-net | 
| NuGet Url: | https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication | 
Install
Install-Package Microsoft.Azure.Services.AppAuthentication
                        dotnet add package Microsoft.Azure.Services.AppAuthentication
                        paket add Microsoft.Azure.Services.AppAuthentication
                        
                                Microsoft.Azure.Services.AppAuthentication Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 2.0 
                                        
                    - Microsoft.IdentityModel.Clients.ActiveDirectory(>= 5.2.0)
- System.Diagnostics.Process(>= 4.3.0)
- Microsoft.IdentityModel.Clients.ActiveDirectory(>= 5.2.0)
- NETStandard.Library(>= 1.6.1)
- System.Diagnostics.Process(>= 4.3.0)
Tags
 
                
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.