OAuth2 introspection middleware for OWIN/Katana.
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/Owin.Security.OAuth.Introspection |
Install
Install-Package Owin.Security.OAuth.Introspection
dotnet add package Owin.Security.OAuth.Introspection
paket add Owin.Security.OAuth.Introspection
Owin.Security.OAuth.Introspection Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Memory(>= 2.0.0)
- Microsoft.Extensions.Logging(>= 2.0.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 5.2.01408290725)
- Microsoft.Owin.Security.Interop(>= 2.0.0)
- Newtonsoft.Json(>= 10.0.2)
- System.Net.Http(>= 4.3.2)
Tags