我在用MicrosoftGraphAPI。通过图形资源管理器公开的相同的。
问题是,无论我传递什么serviceRoot URI,我都会得到一个异常。ActiveDirectoryClient与MicrosoftGraph兼容吗?我之所以这样问,是因为我看到使用ActiveDirectoryClient的示例是使用Azure AD GraphAPI。这个显示了旧的Azure AD GraphAPI和新的Microso
我正在尝试从ASP.NET Core创建一个在线会议,但是我得到了这个"generalException“错误。用于为API调用配置auth的AuthenticationProvider:
public class GraphAuthenticationProvider : IAuthenticationProvider{
public const string GRAPH_URI = "https://graph.microsoft.com&