Provides support for internal application to authenticate requests using either bearer tokens or OIDC.
Info
Version: | 1.0.2 |
Author(s): | Linn Products Limited |
Last Update: | Monday, September 10, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Linn.Core.Authentication |
Install
Install-Package Linn.Core.Authentication
dotnet add package Linn.Core.Authentication
paket add Linn.Core.Authentication
Linn.Core.Authentication Download (Unzip the "nupkg" after downloading)
Dependencies
- IdentityModel(>= 3.9.0)
- IdentityServer3.Contrib.AccessTokenValidation(>= 4.0.26)
- Microsoft.AspNet.WebApi.Client(>= 5.2.6)
- Microsoft.IdentityModel.Logging(>= 5.2.4)
- Microsoft.IdentityModel.Protocols(>= 5.2.4)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 5.2.4)
- Microsoft.IdentityModel.Tokens(>= 5.2.4)
- Microsoft.Owin.Security.Cookies(>= 4.0.0)
- Microsoft.Owin.Security.OpenIdConnect(>= 4.0.0)
- Newtonsoft.Json(>= 11.0.2)
- System.IdentityModel.Tokens.Jwt(>= 5.2.4)
- System.Net.Http(>= 4.3.3)
- System.Security.Cryptography.Algorithms(>= 4.3.1)
- System.Security.Cryptography.X509Certificates(>= 4.3.2)