Suoranta.EnterpriseLib.Web - Developer API

OwinHost..::..Configuration Method

This method is called externally by Owin to configure Owin AppBuilder

Namespace:  Suoranta.EnterpriseLib.Web
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public virtual void Configuration(
	IAppBuilder app
)

Parameters

app
Type: IAppBuilder

Remarks


In standard MVC app template, the only statement in this method is to invoke ConfigureAuth(IAppBuilder). Owin is here extended by middleware packages from Owin Framework
  • OwinFramework.ClientHints: Ensures that server-side can distinguish desktop and mobile clients.
  • OwinFramework.Session: Allows storing and accessing session properties through OwinSession