DuendeSoftware / BFF

Framework for ASP.NET Core to secure SPAs using the Backend-for-Frontend (BFF) pattern
Other
334 stars 75 forks source link

add a skip response handling metadata flag #135

Closed brockallen closed 1 year ago

brockallen commented 1 year ago

This will add the ability to mark a BFF endpoint with metadata so that Challenge/Forbid responses will not override response having to set the HTTP status code to 401/403.

For: https://github.com/DuendeSoftware/BFF/issues/133

brockallen commented 1 year ago

WIP, but I think mostly done @AndersAbel. Let's review together to ensure we have covered all that you need.

@leastprivilege some interesting discoveries while working on this, thus some non-trivial changes to discuss.