AzureFunctionsAuthenticationHttpContextExtension Class

Definition

public static class AzureFunctionsAuthenticationHttpContextExtension
type AzureFunctionsAuthenticationHttpContextExtension = class
Public Module AzureFunctionsAuthenticationHttpContextExtension
Inheritance
AzureFunctionsAuthenticationHttpContextExtension

Methods

AuthenticateAzureFunctionAsync(HttpContext)

Enables an Azure Function to act as/expose a protected web API, enabling bearer token authentication. Calling this method from your Azure function validates the token and exposes the identity of the user or app on behalf of which your function is called, in the HttpContext.User member, where your function can make use of it.

Applies to