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)

Syntax

protected virtual void UseCustomAzureActiveDirectoryOpenIdConnectAuthentication(
    IAppBuilder appBuilder,
    AzureActiveDirectoryOpenIdConnectAuthenticationOptions options
)
protected:
virtual void UseCustomAzureActiveDirectoryOpenIdConnectAuthentication(
    IAppBuilder^ appBuilder,
    AzureActiveDirectoryOpenIdConnectAuthenticationOptions^ options
)
abstract UseCustomAzureActiveDirectoryOpenIdConnectAuthentication : 
        appBuilder:IAppBuilder *
        options:AzureActiveDirectoryOpenIdConnectAuthenticationOptions -> unit
override UseCustomAzureActiveDirectoryOpenIdConnectAuthentication : 
        appBuilder:IAppBuilder *
        options:AzureActiveDirectoryOpenIdConnectAuthenticationOptions -> unit
Protected Overridable Sub UseCustomAzureActiveDirectoryOpenIdConnectAuthentication (
    appBuilder As IAppBuilder,
    options As AzureActiveDirectoryOpenIdConnectAuthenticationOptions
)

Parameters

  • appBuilder
    Type: Owin.IAppBuilder

    The app builder

Remarks

This is here for test mocking

See Also

AzureActiveDirectoryExtendedLoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace

Return to top