AzureActiveDirectoryLoginProvider Methods
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | ConfigureMiddleware(IAppBuilder^, ServiceSettingsDictionary^) | |
![]() | CreateCredentials(ClaimsIdentity^) | (Overrides LoginProvider::CreateCredentials(ClaimsIdentity^).) |
![]() | CreateLoginResult(ClaimsIdentity^, String^) | Creates a login result to return after a successful login.(Inherited from LoginProvider.) |
![]() | CreateTokenInfo(ClaimsIdentity^, ProviderCredentials^, String^) | |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetClientFlowAuthenticationType() | Gets the name under which the OWIN middleware handling the client flow should be registered.(Inherited from LoginProvider.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSingleTenant(Collection<String^>^) | Gets the single tenant used for OWIN middleware validation. The current Azure Active Directory OWIN middleware only supports single-tenant validation. In case we have a single tenant then we let the middleware do the validation but if there are multiple tenants then we do the validation here. |
![]() | GetTenants(ServiceSettingsDictionary^) | Returns the set of tenants that have been registered for tenant issuer validation. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ParseCredentials(JObject^) | (Overrides LoginProvider::ParseCredentials(JObject^).) |
![]() | ToString() | (Inherited from Object.) |
![]() | UseCustomAzureActiveDirectoryBearerAuthentication(IAppBuilder^, WindowsAzureActiveDirectoryBearerAuthenticationOptions^) | Registers the OWIN middleware for Azure Active Directory client flow authentication. |

