简体   繁体   English

Office365 OAuth API返回错误“AADSTS90093:无权访问”

[英]Office365 OAuth API returns error “AADSTS90093: Does not have access to consent”

I have an Azure app requesting the following Delegated Permissions: 我有一个Azure应用程序请求以下委托权限:

  • Office 365 Exchange Online (Read user profile, Read user contacts, Read user calendars and Read user mail) Office 365 Exchange Online(读取用户配置文件,读取用户联系人,读取用户日历和读取用户邮件)
  • Windows Azure Active Directory (Sign in and read user profile) Windows Azure Active Directory(登录并读取用户配置文件)

So far, most users have had no major problems signing in, but I recently had a user getting an error AADSTS90093: Does not have access to consent . 到目前为止,大多数用户都没有遇到任何重大问题,但我最近有一个用户收到错误AADSTS90093:无法获得同意

From what I could gather this means the user's Active Directory admin has prevented them from granting access to third party apps. 从我可以收集的内容来看,这意味着用户的Active Directory管理员阻止他们授予对第三方应用的访问权限。 Am I right? 我对吗? If so, is there anything I can do code- or app-configuration-wise, without bothering my users or AD admins? 如果是这样,有什么我可以做代码或应用程序配置明智,而不打扰我的用户或AD管理员?

(I'm new to working with Azure and Office365, so please let me know if I'm way off, I honestly have no idea what I'm doing) (我刚接触Azure和Office365,所以如果我离开的话请告诉我,老实说,我不知道我在做什么)

Yes that's right. 是的,这是正确的。 There's nothing you can do to get around it, the admin has blocked the user from using OAuth. 您无法绕过它,管理员已阻止用户使用OAuth。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误AADSTS90093在Microsoft“融合”OAuth授权组织O365帐户 - Error AADSTS90093 on Microsoft “converged” OAuth authorize for organizational O365 account AADSTS90093:由于缺少权限,主叫方无法同意 - AADSTS90093: Calling principal cannot consent due to lack of permissions 批准AAD租户中的单个应用以防止AADSTS90093错误 - Approve single app in AAD tenant to prevent AADSTS90093 error AADSTS90093:由于Azure Active Directory中缺少权限,因此调用主体无法同意 - AADSTS90093:Calling principal cannot consent due to lack of permissions in Azure Active directory 使用 oAuth2 访问 Office365 的 EWS API - EWS API to access Office365 with oAuth2 以全局管理员身份登录时的AADSTS90093 - AADSTS90093 when signed in as Global Admin Office365多租户OAuth 2应用程序不显示同意屏幕 - Office365 Multitenant OAuth 2 App Displays no consent screen 使用非管理员/Microsoft 帐户登录 Azure AD 时出现错误 AADSTS90093 - Error AADSTS90093 when logging into Azure AD with non-admin/Microsoft Accounts AADSTS90093:此操作只能由管理员执行 - AADSTS90093: This operation can only be performed by an administrator 适用于 Java 应用程序的 Office365 REST API 的 OAuth2 - OAuth2 for Office365 REST API for Java Application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM