我们无法访问LUIS.ai门户网站。将显示一条提示,指出使用Active directory验证凭据时出错,尽管我已创建具有相同凭据和资源的Azure帐户。请找到附件中的截图和日志。
{
"Error": "interaction_required",
"ErrorDescription": "AADSTS50105: The signed in user '{EmailHidden}' is not assigned to a role for the application '65920ba3-ab61-4a9b-9b10-505e5ce61b58'(luis.ai.live). - Trace ID: 2bbd72d5-4251-4e20-b018-5dcb6a5a2d00 - Correlation ID: 9e5d2000-7ff1-40ed-b358-797c6ef2b45c - Timestamp: 2020-01-02 05:28:01Z"
}
发布于 2020-01-02 13:55:24
导航到Azure门户中的Azure Active Directory
-> Enterprise applications
->选择Application Type
with All applications
-> search by luis.ai.live
->单击应用程序-> Users and groups
->将您的用户帐户添加为角色(至少您需要是要添加用户的应用程序的Owner
)。
或者你可以导航到应用程序的Properties
,将User assignment required
设置为No
,这样也可以解决问题。
还要注意,这两种方法都需要将Properties
-> Enabled for users to sign-in
设置为Yes
。
https://stackoverflow.com/questions/59558728
复制相似问题