Skip to content

Commit

Permalink
Fix for issue 929 (#1387)
Browse files Browse the repository at this point in the history
Removed context.Success() so that token is also available in ASP.NET Core.
  • Loading branch information
ryanfalzon authored Aug 18, 2021
1 parent 0d7a785 commit 22a74c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ internal static void CallsWebApiImplementation(
{
context.HttpContext.StoreTokenUsedToCallWebAPI(context.SecurityToken as JwtSecurityToken);
await onTokenValidatedHandler(context).ConfigureAwait(false);
context.Success();
};
});
}
Expand Down

0 comments on commit 22a74c6

Please sign in to comment.