1

I use Windows Azure Active Directory to secure my WebAPI. But the problem is that I don't see my application in a list of available applications.

Steps to reproduce:

  1. Create New MVC WebAPI project with Organizational Authentication option. Specify Azure Domain and logged-in successfully. Project created!
  2. Go to Azure Manage Portal -> Active Directory -> Specific Domain -> Applications. Can see my newly created WebAPI application in the list.
  3. Add New Application to the Active Directory (tried both: Native and Web Site). Specify all required fields like Name, Redirect URL etc. and go to configuration.
  4. In Application Configuration page try to allow access to other Web APIs. But my WebAPI application (created in step 1 and verified in the list of applications in step 2 ) is not in the list of available WebAPIs. Actually only two options available there: a) Windows Azure Active Directory; 2) Windows Azure Service Management API;
4

1 回答 1

1

因为目前团队在整合一个更丰富的经验,如果你遵循大多数教程,这个功能似乎被打破了。好消息是它仍然完全有可能!尽管开始工作有点混乱。遵循Dan Kershaw 的指导

简而言之。

  1. 下载应用清单
  2. 编辑应用清单
  3. 上传应用清单
  4. 更新依赖应用程序的配置以要求目录的所需同意。
于 2014-03-26T16:20:20.983 回答