简体   繁体   English

AADSTS90093:此操作只能由管理员执行

[英]AADSTS90093: This operation can only be performed by an administrator

I am running Skype Web SDK samples locally using IIS manager. 我正在使用IIS管理器在本地运行Skype Web SDK示例 The user with profile Global administrator able to login successfully. 配置文件为“全局管理员”的用户能够成功登录。

The normal users not able to login to application and getting bellow error message. 普通用户无法登录到应用程序并得到以下错误消息。

Additional technical information: 其他技术信息:

Correlation ID: 3c0fc0a3-eecc-4c32-8596-de1118be0f82 相关编号:3c0fc0a3-eecc-4c32-8596-de1118be0f82

Timestamp: 2017-01-30 13:33:18Z 时间戳记:2017-01-30 13:33:18Z

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. 退出并以管理员身份登录,或与您组织的一位管理员联系。

Kindly help to resolve login issue for normal users. 请帮助解决普通用户的登录问题。

Are you using multiple tenants? 您正在使用多个租户吗? In that case, you first need to delegate authority to the application by the tenant administrator. 在这种情况下,您首先需要由租户管理员将权限委派给应用程序。 Please try the authorize URL of the following site (rewrite the parameters) 请尝试以下网站的授权URL(重写参数)

Microsoft Graph app authentication using Azure AD 使用Azure AD的Microsoft Graph应用程序身份验证

Update 更新资料

In order to use delegation of authority, you must understand the concept of "admin consent". 为了使用授权,您必须了解“管理员同意”的概念。 The actual method is explained in detail on this site. 在此站点上将详细说明实际方法。

Admin Consent for Permissions in Azure Active Directory 管理员同意Azure Active Directory中的权限

暂无
暂无

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

相关问题 以全局管理员身份登录时的AADSTS90093 - AADSTS90093 when signed in as Global Admin 批准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 使用非管理员/Microsoft 帐户登录 Azure AD 时出现错误 AADSTS90093 - Error AADSTS90093 when logging into Azure AD with non-admin/Microsoft Accounts 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 AADSTS90094:正在请求您无权授予的权限。 联系您的管理员,他们可以授予权限 - AADSTS90094: is requesting permissions, which you are not authorized to grant. Contact your administrator, who can grant permissions AADSTS65001:用户或管理员未同意使用带有 ID 的应用程序 - AADSTS65001: The user or administrator has not consented to use the application with ID AADSTS90008:用户或管理员未同意使用带有 ID 的应用程序 - AADSTS90008: The user or administrator has not consented to use the application with ID
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM