我需要在Web API中读取共享邮箱中的邮件。Web API将不会代表用户运行,并且没有用户交互。我应该使用什么流对进行身份验证。我尝试了使用applicationID and secret的标准身份验证,但是当我试图通过访问共享邮箱时,我得到了一个拒绝访问的错误。另外,共享邮箱的维护者将如何授予应用程序访问权限?
我正在尝试通过API为除我之外的其他用户获取类别名称/颜色,文档说这是可能的,请参见下图,但返回“访问被拒绝。请检查凭据并重试”。即使我有权限打开那个邮箱。 ? 似乎这个问题在近3年前也被问过,但没有答案,猜想API文档描述了一个开发人员忘记编程的场景? Previous posting of the same question 这是完整的请求,并显示了允许的权限。 ?
我正试图确定AD中的用户帐户是否已启用。为此,我使用以下代码:
string domain = "my domain";
string group = "my security group";
string ou = "my OU";
//init context
using (var cnt= new PrincipalContext(ContextType.Domain, domain))
{
//find the necessary security group
using (GroupPrincipal mainGrou
我使用以下代码查询Graph以检索团队的调用信息。但是,我经常会收到错误(粘贴在下面)。我不知道我错过了什么。任何帮助都是非常感谢的。
代码:
// The client credentials flow requires that you request the
// /.default scope, and preconfigure your permissions on the
// app registration in Azure. An administrator must grant consent
// to those permissions beforehand.
我正在使用Microsoft的一个简单的groovy脚本测试Azure扩展。我首先查询模式扩展的列表,这似乎是可行的(虽然我不确定响应中的扩展是在哪里设置的,但我假设它们默认在那里)。然后,我尝试发布一个模式扩展,但是这个错误消息失败了:
[error: [
code:InternalServerError,
message:Object reference not set to an instance of an object.,
innerError:[request-id:xxxxx-xxxx-xxx-xxxxxx, date:2018-05-14T00:46:00