ASP.NET Core (like ASP.NET) leverages the notion of Middleware. Depending on the type of app above, the middleware you'll use will be different: OpenIdConnect middleware for Web Apps sign-ing in users ...
I have been investigating what a way to use AzureAD Interactive authentication for Azure SQL Database on .Net Core runtime. I created very cheap interactive authentication method for netcoreapp using ...