AzureActiveDirectoryOpenIdConnectAuthenticatedContext Class

Definition

This class represents the context used as part of the Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationHandler.AuthenticateCoreAsync code path.

public class AzureActiveDirectoryOpenIdConnectAuthenticatedContext : Microsoft.Owin.Security.Provider.BaseContext
type AzureActiveDirectoryOpenIdConnectAuthenticatedContext = class
    inherit BaseContext
Public Class AzureActiveDirectoryOpenIdConnectAuthenticatedContext
Inherits BaseContext
Inheritance
Microsoft.Owin.Security.Provider.BaseContext
AzureActiveDirectoryOpenIdConnectAuthenticatedContext

Constructors

AzureActiveDirectoryOpenIdConnectAuthenticatedContext(IOwinContext, String, ClaimsIdentity)

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectAuthenticatedContext class

Properties

Identity

Gets the ClaimsIdentity representing the user.

IdToken

Gets the Azure Active Directory ID token.

IsValidated

Gets whether the user identity has been validated successfully.

Applies to