C# Class UmbBackofficeMembershipProvider.BackofficeMembershipProviderCustomOwinStartup

A custom way to configure OWIN for Umbraco
The startup type is specified in appSettings under owin:appStartup - change it to "BackofficeMembershipProviderCustomOwinStartup" to use this class This startup class would allow you to customize the Identity IUserStore and/or IUserManager for the Umbraco Backoffice
Mostrar archivo Open project: Bitmapped/UmbBackofficeMembershipProvider

Public Methods

Method Description
Configuration ( IAppBuilder app ) : void

Method Details

Configuration() public method

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