【问题标题】:Azure multi-tenant application token issueing errorAzure 多租户应用程序令牌发出错误
【发布时间】: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


    【解决方案1】:

    错误消息表明您尝试登录的帐户所属的租户没有订阅您在 Azure 门户上配置的资源/权限。

    例如,如果您注册了一个请求 Office 365 SharePoint Online 的应用程序,如下图所示。但是,如果其他人尝试在未订阅 Office 365 的情况下签署应用程序,则用户将收到上述错误消息。

    要解决此问题,请确保客户有足够的订阅来获得您授予应用程序的权限。

    【讨论】:

      猜你喜欢
      • 2019-02-20
      • 2015-08-17
      • 1970-01-01
      • 2020-11-20
      • 1970-01-01
      • 2021-06-04
      • 1970-01-01
      • 2018-07-05
      • 1970-01-01
      相关资源
      最近更新 更多