source: https://joonasw.net/view/azure-ad-jwt-authentication-in-net-isolated-process-azure-functions

New .NET 5 Azure Functions have the option of running in an isolated process. As you can see from the roadmap, this model is planned to be the default in .NET 7. The previous model of running through a class library has some downsides, such as conflicts with assembly versions. And while that is great, I'm really excited about being able to write middleware. Previously there wasn't a clean way of implementing cross-cutting concerns and you often end up with Functions where you just have to remember to call the AuthorizeUser method at the start each time. With middleware, we can implement things like authentication cleanly across all Functions.

Read more ..


This free site is ad-supported. Learn more