azure-functions-auth icon indicating copy to clipboard operation
azure-functions-auth copied to clipboard

Using Async Style the validation error will fail.

Open lindolo25 opened this issue 5 years ago • 1 comments
trafficstars

When using the Async style, in case of error with the validation the handleResult() will resolve the validation error object, this will cause the Azure function to return a 200 status with no content.

lindolo25 avatar Nov 29 '19 16:11 lindolo25

Thanks @lindolo25 for reporting this problem. I'll have a look at the PR and see why some tests are failing.

andreasgrimm avatar Dec 02 '19 16:12 andreasgrimm