AzureActiveDirectoryOpenIdConnectAuthenticationProvider Constructors

Definition

Overloads

AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration)

Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with no tenant issuer validation.

AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration, IEnumerable<String>)

Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with tenant issuer validation.

AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration)

Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with no tenant issuer validation.

public AzureActiveDirectoryOpenIdConnectAuthenticationProvider (System.Web.Http.HttpConfiguration config);
new Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider : System.Web.Http.HttpConfiguration -> Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider
Public Sub New (config As HttpConfiguration)

Parameters

config
System.Web.Http.HttpConfiguration

The System.Web.Http.HttpConfiguration for this service instance.

Applies to

AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration, IEnumerable<String>)

Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with tenant issuer validation.

public AzureActiveDirectoryOpenIdConnectAuthenticationProvider (System.Web.Http.HttpConfiguration config, System.Collections.Generic.IEnumerable<string> tenants);
new Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider : System.Web.Http.HttpConfiguration * seq<string> -> Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider
Public Sub New (config As HttpConfiguration, tenants As IEnumerable(Of String))

Parameters

config
System.Web.Http.HttpConfiguration

The System.Web.Http.HttpConfiguration for this service instance.

tenants
IEnumerable<String>

The set of tenants to validate.

Applies to