OAuth2 introspection middleware for ASP.NET Core.
Info
Version: | 2.0.0 |
Author(s): | Kévin Chalet |
Last Update: | Thursday, November 1, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions |
NuGet Url: | https://www.nuget.org/packages/AspNet.Security.OAuth.Introspection |
Install
Install-Package AspNet.Security.OAuth.Introspection
dotnet add package AspNet.Security.OAuth.Introspection
paket add AspNet.Security.OAuth.Introspection
AspNet.Security.OAuth.Introspection Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.0.0)
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 2.1.4)
- Newtonsoft.Json(>= 10.0.2)
Tags