AzureActiveDirectoryOpenIdConnectAuthenticationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides Owin.IAppBuilder extension methods for wiring up Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationMiddleware as part of the OWIN application pipeline.
public static class AzureActiveDirectoryOpenIdConnectAuthenticationExtensions
type AzureActiveDirectoryOpenIdConnectAuthenticationExtensions = class
Public Module AzureActiveDirectoryOpenIdConnectAuthenticationExtensions
- Inheritance
-
System.ObjectAzureActiveDirectoryOpenIdConnectAuthenticationExtensions
Methods
| UseAzureActiveDirectoryServerOpenIdConnectAuthentication(IAppBuilder, AzureActiveDirectoryOpenIdConnectAuthenticationOptions, HttpConfiguration) |
Adds authentication using the Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationMiddleware authentication model. |