【发布时间】:2016-10-27 05:21:43
【问题描述】:
我正在尝试使用 azure-sample 中的说明创建一个基于 openidconnect 的多租户应用程序:https://github.com/Azure-Samples/active-directory-dotnet-webapp-multitenant-openidconnect
AADSTS50000: There was an error issuing a token.
AADSTS65005: The application needs access to a service that your organization EXTERNALTENANT has not subscribed to.
Please contact your Administrator to review the configuration of your service subscriptions.
我是管理员,我应该在哪里更新配置? 是否可以通过同意提示来避免此错误?还有其他选择吗?
【问题讨论】:
标签: azure oauth-2.0 azure-active-directory multi-tenant adal