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)

Function Authenticated (
	context As AzureActiveDirectoryOpenIdConnectAuthenticatedContext
) As Task

Return Value

Type: System.Threading.Tasks.Task

The Task representing the completed operation.

Return to top
Show: