IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.Authenticated Method (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.

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

Syntax

Task Authenticated(
    AzureActiveDirectoryOpenIdConnectAuthenticatedContext context
)
Task^ Authenticated(
    AzureActiveDirectoryOpenIdConnectAuthenticatedContext^ context
)
abstract Authenticated : 
        context:AzureActiveDirectoryOpenIdConnectAuthenticatedContext -> Task
Function Authenticated (
    context As AzureActiveDirectoryOpenIdConnectAuthenticatedContext
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

The Task representing the completed operation.

See Also

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

Return to top