AzureActiveDirectoryLoginAuthenticationProvider Class
Provides a specialized OAuthBearerAuthenticationProvider used by the AzureActiveDirectoryLoginProvider.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Microsoft.Owin.Security.OAuth::OAuthBearerAuthenticationProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers::AzureActiveDirectoryLoginAuthenticationProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers::AzureActiveDirectoryOpenIdConnectAuthenticationProvider
| 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. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | ApplyChallenge(OAuthChallengeContext^) | (Inherited from OAuthBearerAuthenticationProvider.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetTenantIssuer(HttpClient^, String^) | Returns the issuer for the specified tenant. |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeTokenIssuers() | Initializes the token issuers by requesting the token issuer |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RequestToken(OAuthRequestTokenContext^) | |
![]() | ToString() | (Inherited from Object.) |
![]() | UpdateTokenContext(OAuthRequestTokenContext^) | Gets the token from the Authorization HTTP header field or from the request body. |
![]() | ValidateIdentity(OAuthValidateIdentityContext^) | |
![]() | ValidateTokenIssuer(ClaimsIdentity^) | Verifies that the identity tenant issuer is in the allowed set determined by the set of tenants configured for this service. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)