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.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
Function Authenticated ( context As AzureActiveDirectoryOpenIdConnectAuthenticatedContext ) As Task
Parameters
- context
-
Type:
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticatedContext
Contains information about the login session as well as the user ClaimsIdentity.
Show: