次の方法で共有


AzureActiveDirectoryOpenIdConnectAuthenticationProvider.Authenticated メソッド

定義

ミドルウェアによって要求 ID が検証されるたびに呼び出されます 要求と共に到着した ID を変更または拒否する機会をアプリケーションに提供します。

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
override this.Authenticated : Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticatedContext -> System.Threading.Tasks.Task
Public Function Authenticated (context As AzureActiveDirectoryOpenIdConnectAuthenticatedContext) As Task

パラメーター

context
AzureActiveDirectoryOpenIdConnectAuthenticatedContext

ログイン セッションに関する情報とユーザー ClaimsIdentityが含まれます。

戻り値

Task完了した操作を表す 。

実装

適用対象