Share via


Controller.OnAuthenticationChallenge(AuthenticationChallengeContext) Method

Definition

Called when authorization challenge occurs.

protected virtual void OnAuthenticationChallenge(System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);

Parameters

filterContext
AuthenticationChallengeContext

Information about the current request and action.

Implements

Applies to