【发布时间】:2015-04-28 08:21:08
【问题描述】:
我想知道使用 Azure Active Directory 处理多个环境的最佳方法是什么。是为每个环境添加 WebAPI 应用程序和客户端的唯一方法。因此,对于本地,我将拥有一个 localhost-webapi,其登录类似于 https://localhost/webapi 和一个客户端 https://localhost/sample,它有权访问 https://localhost/webapi。然后我需要对其他环境(开发、测试、产品)做同样的事情吗?
【问题讨论】:
标签: angularjs azure asp.net-web-api azure-active-directory