Microsoft Graph API 错误:向中国端点发送请求时出现 PopAuthenticatorInvalidSignature

时间:2021-05-13 06:21:49

标签: microsoft-graph-api office365

今天,我们通常在向 china 端点发送任何 Graph API 请求时都会收到 401 PopAuthenticatorInvalidSignature

例如,当我尝试创建日历事件时,我只是收到此错误。

请求:POST https://microsoftgraph.chinacloudapi.cn/v1.0/users/$(USER_ID)/calendars/$(CALENDAR_ID)/events

回复

HTTP 401
{
  "error": {
    "code": "UnknownError",
    "message": {
        "error":{
            "code":"PopAuthenticatorInvalidSignature",
            "message":"Signature is invalid for pop authenticator.",
            "innerError":{
                "oAuthEventOperationId":"827e54f9-b200-45fa-8c1c-189b9435a365",
                "oAuthEventcV":"PBW2svDe2k6osFAaG9ZAKw.1",
                "errorUrl":"https://aka.ms/autherrors#error-PopError",
                "requestId":"6432bf1a-d109-4507-908f-2a3f2e4a162d",
                "date":"2021-05-13T02:44:43"
            }
        },
        "innerError": {
            "request-id": "6432bf1a-d109-4507-908f-2a3f2e4a162d",
            "date": "2021-05-13T02:44:43"
        }
    }
  }
}

服务器端有问题吗?

0 个答案:

没有答案