IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.Authenticated Method

Definition

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.

public System.Threading.Tasks.Task Authenticated (Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticatedContext context);
abstract member Authenticated : Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticatedContext -> System.Threading.Tasks.Task
Public Function Authenticated (context As AzureActiveDirectoryOpenIdConnectAuthenticatedContext) As Task

Parameters

context
AzureActiveDirectoryOpenIdConnectAuthenticatedContext

Contains information about the login session as well as the user ClaimsIdentity.

Returns

A Task representing the completed operation.

Applies to