ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Info
| Version: | 2.3.0 |
| Author(s): | Microsoft |
| Last Update: | Tuesday, January 14, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://asp.net/ |
| NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.OAuth |
Install
Install-Package Microsoft.AspNetCore.Authentication.OAuth
dotnet add package Microsoft.AspNetCore.Authentication.OAuth
paket add Microsoft.AspNetCore.Authentication.OAuth
Microsoft.AspNetCore.Authentication.OAuth Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Newtonsoft.Json(>= 11.0.2)
Tags