Owin.Security.Providers.AzureAD
1.4.0
See the version list below for details.
dotnet add package Owin.Security.Providers.AzureAD --version 1.4.0
NuGet\Install-Package Owin.Security.Providers.AzureAD -Version 1.4.0
<PackageReference Include="Owin.Security.Providers.AzureAD" Version="1.4.0" />
paket add Owin.Security.Providers.AzureAD --version 1.4.0
#r "nuget: Owin.Security.Providers.AzureAD, 1.4.0"
// Install Owin.Security.Providers.AzureAD as a Cake Addin #addin nuget:?package=Owin.Security.Providers.AzureAD&version=1.4.0 // Install Owin.Security.Providers.AzureAD as a Cake Tool #tool nuget:?package=Owin.Security.Providers.AzureAD&version=1.4.0
Unified OAuth provider for Microsoft work, school, and personal accounts to be used with ASP.NET 4.5 OWIN
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.Owin.Security (>= 2.1.0)
- Newtonsoft.Json (>= 6.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Owin.Security.Providers.AzureAD:
Package | Downloads |
---|---|
Stardust.Core.Service.Web
A set of tools for hooking up Stardust to MVC aplications |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.3.0: populate Email identity claim from Outlook REST API
1.4.0: AzureAD Options.Resource is now of type string not string[] to match spec (breaking change); add BeforeRedirect interface and delegate to support incremental OAuth scope and resource; populate Email identity claim from Graph API