IAzureActiveDirectoryOpenIdConnectAuthenticationProvider Interface

 

Provides an abstraction enabling the caller to extend or modify the authentication flow provided by AzureActiveDirectoryExtendedLoginProvider.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

Syntax

public interface IAzureActiveDirectoryOpenIdConnectAuthenticationProvider
public interface class IAzureActiveDirectoryOpenIdConnectAuthenticationProvider
type IAzureActiveDirectoryOpenIdConnectAuthenticationProvider = interface end
Public Interface IAzureActiveDirectoryOpenIdConnectAuthenticationProvider

Methods

Name Description
System_CAPS_pubmethod Authenticated(AzureActiveDirectoryOpenIdConnectAuthenticatedContext)

Called each time a request identity has been validated by the middleware. Gives the application an opportunity to alter or reject the identity which has arrived with the request.

System_CAPS_pubmethod RequestToken(AzureActiveDirectoryOpenIdConnectRequestTokenContext)

Invoked before the ClaimsIdentity is created. Gives the application an opportunity to find the identity from a different location, adjust, or reject the token.

See Also

Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory Namespace

Return to top