AzureActiveDirectoryExtendedLoginProvider.UseCustomAzureActiveDirectoryOpenIdConnectAuthentication Method

Definition

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

protected virtual void UseCustomAzureActiveDirectoryOpenIdConnectAuthentication (Owin.IAppBuilder appBuilder, Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationOptions options);
abstract member UseCustomAzureActiveDirectoryOpenIdConnectAuthentication : Owin.IAppBuilder * Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationOptions -> unit
override this.UseCustomAzureActiveDirectoryOpenIdConnectAuthentication : Owin.IAppBuilder * Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationOptions -> unit
Protected Overridable Sub UseCustomAzureActiveDirectoryOpenIdConnectAuthentication (appBuilder As IAppBuilder, options As AzureActiveDirectoryOpenIdConnectAuthenticationOptions)

Parameters

appBuilder
Owin.IAppBuilder

The app builder

options
AzureActiveDirectoryOpenIdConnectAuthenticationOptions

The authentication options to use

Remarks

This is here for test mocking

Applies to