Would someone please help me with finding the steps to add Azure Active Directory authentication to a ASP.Net Core app (using .NET Framework) in Visual Studio 2017? I can find many examples and steps for how to do this with Visual Studio 2015 - however, the project structure and features have appeared to change quite a bit between 2015 and 2017. There is no project.json file, for example, etc., etc. My goal is to have an on-premises hosted web app use Azure AD for authentication. Thanks.
↧