AzureActiveDirectoryExtendedLoginProvider.UseCustomAzureActiveDirectoryOpenIdConnectAuthentication Method (IAppBuilder, AzureActiveDirectoryOpenIdConnectAuthenticationOptions)

 

Registers the OWIN middleware for Azure Active Directory server flow authentication.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

Protected Overridable Sub UseCustomAzureActiveDirectoryOpenIdConnectAuthentication (
	appBuilder As IAppBuilder,
	options As AzureActiveDirectoryOpenIdConnectAuthenticationOptions
)

Parameters

appBuilder
Type: Owin.IAppBuilder

The app builder

options
Type: Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationOptions

The authentication options to use

This is here for test mocking

Return to top
Show: