AzureActiveDirectoryOpenIdConnectAuthenticationProvider Constructor (HttpConfiguration, IEnumerable<String>)
Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with tenant issuer validation.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
Syntax
public AzureActiveDirectoryOpenIdConnectAuthenticationProvider(
HttpConfiguration config,
IEnumerable<string> tenants
)
public:
AzureActiveDirectoryOpenIdConnectAuthenticationProvider(
HttpConfiguration^ config,
IEnumerable<String^>^ tenants
)
new :
config:HttpConfiguration *
tenants:IEnumerable<string> -> AzureActiveDirectoryOpenIdConnectAuthenticationProvider
Public Sub New (
config As HttpConfiguration,
tenants As IEnumerable(Of String)
)
Parameters
config
Type: System.Web.Http.HttpConfigurationThe HttpConfiguration for this service instance.
tenants
Type: System.Collections.Generic.IEnumerable<String>The set of tenants to validate.
See Also
AzureActiveDirectoryOpenIdConnectAuthenticationProvider Overload
AzureActiveDirectoryOpenIdConnectAuthenticationProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top