Skip to content

j0zeft/KeycloakOwinAuthentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS FORK FROM THE MAIN PROJECT IS TO PUSH BUG FIXES AND REVIVE THE PROJECT

Please use this project at your own risk. The software is provided as-is.

Since the developer who created this essential and very needed and helpful project has no time for maintaining it anymore "I have unfortunately ran out of time to continue with this project's continual development and maintenance, and cannot accept pull requests, fix issues, or answer in-depth technical questions. This project is in need of a maintainer, if you would like to become one please ask, email, or otherwise reach out to Dylan Plecki (djp at plecki dot net)." He asked for a maintainer to keep the project running and after contacting him and getting write permission, I found out that the API key to update the NuGet package is expired and we'll need to create a new key every year. So to save time, and keep the project running, I decided to fork it, and publish the NuGet Package with a different name so it would be distinguished from the main project.

I would like to express my Gratitude to Dylan for creating this Library which brought the Keycloak functionality to .Net web Applications.


Keycloak OWIN Authentication Build status

Owin.Security.Keycloak - OWIN Authentication Middleware for C# Applications

From Keycloak's Website:

Keycloak is an integrated SSO and IDM for browser apps and RESTful web services, built on top of OAuth 2.0, OpenID Connect, JSON Web Tokens (JWT) and SAML 2.0 specifications. Keycloak has tight integration with a variety of platforms and has an HTTP security proxy service where we don't have tight integration.

This project is an unofficial Keycloak connector for C#. It is designed as an OWIN authentication middleware component, and can import user data, including roles and authorization information, into the OWIN pipeline for use in ASP.NET, WPF, and any other C# application.

Documentation

All relevant documentation to Owin.Security.Keycloak and KeycloakIdentityModel can be found on the GitHub Wiki Page.

NuGet Packages

For ASP.NET and OWIN functionality:

  • Owin.Security.Keycloak (link)

For native applications or basic functionality:

  • KeycloakIdentityModel (link)

Required NuGet package(s) for hosting on ASP.NET / IIS:

  • Microsoft.Owin.Host.SystemWeb (link)

Recommended NuGet package(s) for hosting on ASP.NET / IIS:

  • Microsoft.Owin.Security.Cookies (link)

Issues & Requests

Issues, feature requests, and technical help can be found at the project's issue tracker on GitHub.

About

Keycloak Authentication Middleware for the C# OWIN Pipeline

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C# 100.0%