Share via


AzureActiveDirectoryOpenIdConnectAuthenticationExtensions Class

Definition

Provides Owin.IAppBuilder extension methods for wiring up Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationMiddleware as part of the OWIN application pipeline.

public static class AzureActiveDirectoryOpenIdConnectAuthenticationExtensions
type AzureActiveDirectoryOpenIdConnectAuthenticationExtensions = class
Public Module AzureActiveDirectoryOpenIdConnectAuthenticationExtensions
Inheritance
System.Object
AzureActiveDirectoryOpenIdConnectAuthenticationExtensions

Methods

UseAzureActiveDirectoryServerOpenIdConnectAuthentication(IAppBuilder, AzureActiveDirectoryOpenIdConnectAuthenticationOptions, HttpConfiguration)

Adds authentication using the Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationMiddleware authentication model.

Applies to