dylanplecki / KeycloakOwinAuthentication

Keycloak Authentication Middleware for the C# OWIN Pipeline
http://keycloak.jboss.org
MIT License
56 stars 130 forks source link

KeycloakOwinAuthentication for ASP.NET Core #56

Open ChethanRudrappa opened 4 years ago

ChethanRudrappa commented 4 years ago

I am totally new .net core (even to git) and bit familiar with key cloak with respect to .net f/w MVC application. I couldn't find working sample code to implement ASP.NET Core key claok auth, Is there any sample application/code snippet or any guide how to implement key cloak auth in ASP.NET Core 3.1

ryanspletzer commented 4 years ago

https://medium.com/@xavier.hahn/adding-authorization-to-asp-net-core-app-using-keycloak-c6c96ee0e655

ChethanRudrappa commented 4 years ago

https://medium.com/@xavier.hahn/adding-authorization-to-asp-net-core-app-using-keycloak-c6c96ee0e655

Thanks for quick response @ryanspletzer I found this sample code more helpful https://github.com/thomasdarimont/kc-dnc-demo