ASP.NET Installation - dylanplecki/KeycloakOwinAuthentication GitHub Wiki

The OWIN project can be installed via the official NuGet package Owin.Security.Keycloak by the integrated NuGet package manager or at the NuGet Gallery project website. After installing this package and the required & recommended packages listed below, please refer to the sidebar for sample use cases and the Configuration Reference.

NuGet Packages

For ASP.NET and OWIN functionality:

  • Owin.Security.Keycloak (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)