AzureActiveDirectoryLoginAuthenticationProvider Class
Provides a specialized OAuthBearerAuthenticationProvider used by the AzureActiveDirectoryLoginProvider.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryLoginAuthenticationProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider
Syntax
public class AzureActiveDirectoryLoginAuthenticationProvider : OAuthBearerAuthenticationProvider
public ref class AzureActiveDirectoryLoginAuthenticationProvider : OAuthBearerAuthenticationProvider
type AzureActiveDirectoryLoginAuthenticationProvider =
class
inherit OAuthBearerAuthenticationProvider
end
Public Class AzureActiveDirectoryLoginAuthenticationProvider
Inherits OAuthBearerAuthenticationProvider
Constructors
Name | Description | |
---|---|---|
AzureActiveDirectoryLoginAuthenticationProvider(HttpConfiguration) | Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with no tenant issuer validation. |
|
AzureActiveDirectoryLoginAuthenticationProvider(HttpConfiguration, IEnumerable<String>) | Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with tenant issuer validation. |
Properties
Name | Description | |
---|---|---|
Config | The HttpConfiguration associated with this instance. |
|
OnApplyChallenge | (Inherited from OAuthBearerAuthenticationProvider.) |
|
OnRequestToken | (Inherited from OAuthBearerAuthenticationProvider.) |
|
OnValidateIdentity | (Inherited from OAuthBearerAuthenticationProvider.) |
|
Tenants | The collection of tenants that should be allowed. |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top