AzureActiveDirectoryOpenIdConnectAuthenticationProvider Class
Provides a specialized OAuthBearerAuthenticationProvider used by the AzureActiveDirectoryExtendedLoginProvider.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryLoginAuthenticationProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider
| Name | Description | |
|---|---|---|
![]() | AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration) | Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with no tenant issuer validation. |
![]() | AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration, IEnumerable<String>) | Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with tenant issuer validation. |
| Name | Description | |
|---|---|---|
![]() | Config | The HttpConfiguration associated with this instance.(Inherited from AzureActiveDirectoryLoginAuthenticationProvider.) |
![]() | OnApplyChallenge | (Inherited from OAuthBearerAuthenticationProvider.) |
![]() | OnRequestToken | (Inherited from OAuthBearerAuthenticationProvider.) |
![]() | OnValidateIdentity | (Inherited from OAuthBearerAuthenticationProvider.) |
![]() | Tenants | The collection of tenants that should be allowed.(Inherited from AzureActiveDirectoryLoginAuthenticationProvider.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




