diff --git a/src/Microsoft.Identity.Web/WebApiExtensions/MicrosoftIdentityWebApiAuthenticationBuilder.cs b/src/Microsoft.Identity.Web/WebApiExtensions/MicrosoftIdentityWebApiAuthenticationBuilder.cs index 933480e87..e78e5b518 100644 --- a/src/Microsoft.Identity.Web/WebApiExtensions/MicrosoftIdentityWebApiAuthenticationBuilder.cs +++ b/src/Microsoft.Identity.Web/WebApiExtensions/MicrosoftIdentityWebApiAuthenticationBuilder.cs @@ -111,7 +111,6 @@ internal static void CallsWebApiImplementation( { context.HttpContext.StoreTokenUsedToCallWebAPI(context.SecurityToken as JwtSecurityToken); await onTokenValidatedHandler(context).ConfigureAwait(false); - context.Success(); }; }); }