Middleware that enable OWIN based server to rely on Keycloak server for authentication through OpenID Connect protocol.
Info
Version: | 0.0.2 |
Author(s): | Nico Luisetto |
Last Update: | Tuesday, November 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/NES-IT/Nes.Owin.Security.Keycloak |
NuGet Url: | https://www.nuget.org/packages/Nes.Owin.Security.Keycloak |
Install
Install-Package Nes.Owin.Security.Keycloak
dotnet add package Nes.Owin.Security.Keycloak
paket add Nes.Owin.Security.Keycloak
Nes.Owin.Security.Keycloak Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.IdentityModel.Logging(>= 5.3.0)
- Microsoft.IdentityModel.Protocol.Extensions(>= 1.0.4)
- Microsoft.IdentityModel.Tokens(>= 5.3.0)
- Microsoft.Owin(>= 4.0.0)
- Microsoft.Owin.Security(>= 4.0.0)
- Newtonsoft.Json(>= 11.0.0)
- Owin(>= 1.0.0)
- System.IdentityModel.Tokens.Jwt(>= 5.3.0)
Tags