Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

ASP.NET Installation

Dylan Plecki edited this page Jan 12, 2016 · 2 revisions

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)

Clone this wiki locally