简体   繁体   English

以全局管理员身份登录时的AADSTS90093

[英]AADSTS90093 when signed in as Global Admin

I'm trying to do the initial consent for an application registered in Azure AD that requires access to read directory data. 我正在尝试对需要访问读取目录数据的访问权限的Azure AD中注册的应用程序进行初步同意。 I've activated my Global Admin role in Privileged Identity Management and hit the following URL in a new browser window. 我已经在“特权身份管理”中激活了“全局管理员”角色,并在新的浏览器窗口中单击了以下URL。

https://login.microsoftonline.com/mytenant.onmicrosoft.com/oauth2/authorize?client_id=xxx&response_type=code&prompt=admin_consent&redirectUri=xxx

I'm getting the AAD error page saying I need to be an admin: 我收到AAD错误页面,说我需要成为管理员:

Additional technical information: 其他技术信息:
Correlation ID: 41ab9f3d-7430-4c46-aff4-a28e7f5398c2 相关编号:41ab9f3d-7430-4c46-aff4-a28e7f5398c2
Timestamp: 2016-05-12 15:03:27Z 时间戳记:2016-05-12 15:03:27Z
AADSTS90093: This operation can only be performed by an administrator. AADSTS90093:此操作只能由管理员执行。 Sign out and sign in as an administrator or contact one of your organization's administrators. 退出并以管理员身份登录,或与您组织的一位管理员联系。

Why doesn't it recognize me as an admin? 为什么无法将我识别为管理员?

There was a delay between the role assignment and when the application consent experience recognized the change. 角色分配与应用程序同意经历确认更改之间存在延迟。 While a user may appear in their new role both in the Azure AD PIM experience as well as in the Azure management portal, the consent page required either 10-15 minutes, for the user to sign in again, to recognize the new role assignments. 尽管用户可能会在Azure AD PIM体验以及Azure管理门户中都以其新角色出现,但是同意页面需要10到15分钟的时间,用户才能再次登录以识别新角色分配。

暂无
暂无

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

相关问题 使用非管理员/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 批准AAD租户中的单个应用以防止AADSTS90093错误 - Approve single app in AAD tenant to prevent AADSTS90093 error AADSTS90093:由于缺少权限,主叫方无法同意 - AADSTS90093: Calling principal cannot consent due to lack of permissions 错误AADSTS90093在Microsoft“融合”OAuth授权组织O365帐户 - Error AADSTS90093 on Microsoft “converged” OAuth authorize for organizational O365 account Office365 OAuth API返回错误“AADSTS90093:无权访问” - Office365 OAuth API returns error “AADSTS90093: Does not have access to consent” AADSTS90093:由于Azure Active Directory中缺少权限,因此调用主体无法同意 - AADSTS90093:Calling principal cannot consent due to lack of permissions in Azure Active directory 尝试使用azure尝试在nodejs中获取访问令牌时出错,AADSTS50058:发送了无提示登录请求,但没有用户登录 - Got error when trying to get access token in nodejs using azure, AADSTS50058: A silent sign-in request was sent but no user is signed in AADSTS65001 invalid_grant 当所有权限都得到管理员同意时 - AADSTS65001 invalid_grant when all permissions have admin consent Microsoft Graph API-AADSTS90094:授予需要管理员权限 - Microsoft Graph API - AADSTS90094: The grant requires admin permission
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM