AzureActiveDirectoryExtendedLoginProvider Class
Provides an LoginProvider implementation providing support for Azure Active Directory authentication using both client and server side flow.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
Microsoft.WindowsAzure.Mobile.Service.Security::LoginProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers::AzureActiveDirectoryLoginProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers::AzureActiveDirectoryExtendedLoginProvider
| Name | Description | |
|---|---|---|
![]() | AzureActiveDirectoryExtendedLoginProvider(HttpConfiguration^, IServiceTokenHandler^) | Initializes a new instance of the AzureActiveDirectoryExtendedLoginProvider class with a given config, and tokenHandler. |
| Name | Description | |
|---|---|---|
![]() | Audience | Gets the Azure Active Directory for this service as defined by AzureActiveDirectoryAudience. |
![]() | Config | Gets the HttpConfiguration for this instance.(Inherited from AzureActiveDirectoryLoginProvider.) |
![]() | Name | (Inherited from AzureActiveDirectoryLoginProvider.) |
![]() | TokenHandler | Gets the IServiceTokenHandler for this instance.(Inherited from LoginProvider.) |
![]() | TokenLifetime | Gets or sets the lifetime for generated tokens.(Inherited from LoginProvider.) |
| Name | Description | |
|---|---|---|
![]() | ConfigureMiddleware(IAppBuilder^, ServiceSettingsDictionary^) | |
![]() | CreateCredentials(ClaimsIdentity^) | |
![]() | CreateLoginResult(ClaimsIdentity^, String^) | Creates a login result to return after a successful login.(Inherited from LoginProvider.) |
![]() | CreateTokenInfo(ClaimsIdentity^, ProviderCredentials^, String^) | (Inherited from AzureActiveDirectoryLoginProvider.) |
![]() | 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.(Inherited from AzureActiveDirectoryLoginProvider.) |
![]() | GetTenants(ServiceSettingsDictionary^) | Returns the set of tenants that have been registered for tenant issuer validation.(Inherited from AzureActiveDirectoryLoginProvider.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ParseCredentials(JObject^) | (Inherited from AzureActiveDirectoryLoginProvider.) |
![]() | ToString() | (Inherited from Object.) |
![]() | UseCustomAzureActiveDirectoryBearerAuthentication(IAppBuilder^, WindowsAzureActiveDirectoryBearerAuthenticationOptions^) | Registers the OWIN middleware for Azure Active Directory client flow authentication.(Inherited from AzureActiveDirectoryLoginProvider.) |
![]() | UseCustomAzureActiveDirectoryOpenIdConnectAuthentication(IAppBuilder^, AzureActiveDirectoryOpenIdConnectAuthenticationOptions^) | Registers the OWIN middleware for Azure Active Directory server flow authentication. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



