AzureActiveDirectoryOpenIdConnectAuthenticatedContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.BaseContextAzureActiveDirectoryOpenIdConnectAuthenticatedContext
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
Azure SDK for .NET