Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
TestSite
UmbracoCustomOwinStartup
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
Show file
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