Using ACS in Visual Studio 2015

Question: How to configure ACS using the Web API 4.5.2 project in Visual Studio 2015?

Scenario: I created a WebAPI project in Visual Studio 2015 using ASP.Net Web API 4.5.2. My goal is to use ACS with this project.

I started with the following example: https://azure.microsoft.com/en-in/documentation/articles/active-directory-dotnet-how-to-use-access-control/

I correctly configured the ACS namespace on the Azure Management portal and used Windows Live Id as an identity provider. This example discusses using the Identity and Access tools to configure ACS with the application. However, VS 2015 does not have tools such as Identity and Access.

I searched for this a long time ago and did not find links to using ACS with VS2015. Even the code examples provided on the ACS configuration portal on the Azure site are not updated to reflect usage with VS2015. https://code.msdn.microsoft.com/Windows-Azure-AD-Access-0dcde385

So I'm stuck here. Any pointer to move forward?

+4
source share

Source: https://habr.com/ru/post/1606081/


All Articles