OwinAppBuilder.ConfigureAuthentication Method (IAppBuilder, HttpConfiguration)
Adds the ASP.NET Identity Framework authentication providers to the OWIN application pipeline.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Protected Friend Overridable Sub ConfigureAuthentication ( appBuilder As IAppBuilder, config As HttpConfiguration )
Parameters
- appBuilder
-
Type:
Owin.IAppBuilder
The IAppBuilder to configure.
- config
-
Type:
System.Web.Http.HttpConfiguration
The current HttpConfiguration.
Show: