AppServiceAuthenticationHandler 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.
The AppServiceAuthenticationHandler authenticates a caller who has already authenticated using the Login controller.
public class AppServiceAuthenticationHandler : Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions>
type AppServiceAuthenticationHandler = class
inherit AuthenticationHandler<AppServiceAuthenticationOptions>
Public Class AppServiceAuthenticationHandler
Inherits AuthenticationHandler(Of AppServiceAuthenticationOptions)
- Inheritance
-
Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<AppServiceAuthenticationOptions>AppServiceAuthenticationHandler
Constructors
AppServiceAuthenticationHandler(ILogger) |
Initializes a new instance of the AppServiceAuthenticationHandler class with the given |
Fields
AuthenticationHeaderName |
Methods
Authenticate(IOwinRequest, AppServiceAuthenticationOptions) | |
AuthenticateCoreAsync() | |
CreateAuthenticationTicket(ClaimsIdentity) | |
ValidateIdentity(IOwinRequest, AppServiceAuthenticationOptions) |
Authenticates the login token from the IOwinRequest header, if it exists, and returns a ClaimsIdentity if authentication succeeded, or false if authentication failed. If token parsing failed, returns null. |
Applies to
Azure SDK for .NET