【发布时间】:2020-06-02 00:17:11
【问题描述】:
我想在我的后端应用程序中检索 Azure 广告组的所有成员。我遵循了here 和here 的步骤,这是我的代码:
但是我在使用这个方法时总是会出现这个错误: Microsoft.Graph.ServiceException:代码:generalException 消息:一个 发送请求时出错。
---> Microsoft.Graph.Auth.AuthenticationException:代码: authenticationChallengeRequired 消息:身份验证挑战是 必填。
有人可以帮我吗?我没有发现这个特定的错误。
【问题讨论】:
标签: asp.net authentication graph azure-active-directory microsoft-graph-api