Skip to content

Commit

Permalink
chore: don't use IgnoreAntiforgeryToken for /connect/token endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Mar 4, 2025
1 parent f3c13fa commit d974443
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public AuthorizationController(
}

[HttpPost("~/connect/token")]
[IgnoreAntiforgeryToken]
[Produces("application/json")]
[Consumes("application/x-www-form-urlencoded")]
[AllowAnonymous]
Expand Down

0 comments on commit d974443

Please sign in to comment.