I know I can create a new ASP.NET Core web application and enable various kinds of authentication.
But, what if I want to start completely from scratch with an empty ASP.NET Core application and then add Azure AD authentication?
Any tutorials / documentation on how to do that step by step?
Olav