简体   繁体   English

Azure AD B2C 中的“用户同意”设置不加载

[英]Settings for “User Consent” in Azure AD B2C do not load

i am currently trying to implement a "System-of-Systems" authentication architecture in Azure AD B2C.The user of an application should actively agree to allow access to his sensitive data.我目前正在尝试在 Azure AD B2C 中实现“系统的系统”身份验证架构。应用程序的用户应积极同意允许访问他的敏感数据。

For the setting of the "User Consents" I am currently trying to access the "Enterprise Apps" of Azure AD.对于“用户同意”的设置,我目前正在尝试访问 Azure AD 的“企业应用程序”。 I get an error when loading the setting.加载设置时出现错误。

The loading error as a picture.加载错误作为图片。

Do you have an idea why it does not load?你知道为什么它不加载吗?

Best Regards此致

The backend request will show this error while trying to access Consent and permissions |后端请求在尝试访问同意和权限时会显示此错误 | User consent settings (Preview) blade:用户同意设置(预览版)刀片:

GET https://main.iam.ad.ext.azure.com/api/MsGraph/beta/servicePrincipals?$filter=hasPermissionClassifications%20eq%20true&$expand=delegatedPermissionClassifications HTTP/1.1

{
  "error": {
    "code": "Request_UnsupportedQuery",
    "message": "$expand of back links is not supported for mega tenants.",
    "innerError": {
      "request-id": "18567d14-93e9-4787-8dcf-c3d82c1166b5",
      "date": "2020-06-03T09:28:26"
    }
  }
}

We can see that the request includes $expand , which should be the reason of the loading error of this page.我们可以看到请求中包含$expand ,这应该是该页面加载错误的原因。 A Mega-Tenant will typically refer to B2C/MSA tenants in the scope of Azure.大型租户通常指 Azure 的 scope 中的 B2C/MSA 租户。

So it should be a temporary problem with the Azure B2C portal currently.因此,目前 Azure B2C 门户应该是暂时的问题。 You can raise a ticket for more information about a suitable fix for this problem.您可以提出票证以获取有关此问题的合适修复程序的更多信息。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM