C# Class TestSite.UmbracoCustomOwinStartup

A custom way to configure OWIN for Umbraco
The startup type is specified in appSettings under owin:appStartup - change it to "UmbracoCustomOwinStartup" to use this class This startup class would allow you to customize the Identity IUserStore and/or IUserManager for the Umbraco Backoffice
显示文件 Open project: mzajkowski/umbraco-rest-api-playground

Public Methods

Method Description
Configuration ( IAppBuilder app ) : void

Method Details

Configuration() public method

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
return void