Microsoft.AspNetCore.Authentication.OAuth
2.0.0
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.AspNetCore.Authentication.OAuth -Version 2.0.0
dotnet add package Microsoft.AspNetCore.Authentication.OAuth --version 2.0.0
<PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.Authentication.OAuth --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNetCore.Authentication.OAuth, 2.0.0"
#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.AspNetCore.Authentication.OAuth as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Authentication.OAuth&version=2.0.0
// Install Microsoft.AspNetCore.Authentication.OAuth as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Authentication.OAuth&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Authentication (>= 2.0.0)
- Newtonsoft.Json (>= 10.0.1)
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication.OAuth:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.Authentication.Google
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.AspNetCore.Authentication.Facebook
ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.AspNetCore.Authentication.MicrosoftAccount
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.AspNetCore.Authentication.OpenIdConnect
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.AspNetCore.Authentication.Twitter
ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|