0
Ruby gem非常適合我們的Gmail和雅虎。當通過Outlook和他們的新API訪問時,我們得到下面的錯誤。Omnicontacts寶石:Outlook無效請求
注意:這種情況發生在我們成功接收params [:code]並試圖獲取令牌之後。有任何想法嗎?
{
"error":"invalid_request",
"error_description":"AADSTS90019: No tenant-identifying information found in either the request or implied by any provided credentials.\r\nTrace ID: 791c90ec-0f53-46c8-b15d-a3fe9f07bf18\r\nCorrelation ID: e7e0d207-2c99-4f88-bb6b-2ea62ec19e1d\r\nTimestamp: 2016-05-17 17:07:43Z",
"error_codes":[
90019
],
"timestamp":"2016-05-17 17:07:43Z",
"trace_id":"791c90ec-0f53-46c8-b15d-a3fe9f07bf18",
"correlation_id":"e7e0d207-2c99-4f88-bb6b-2ea62ec19e1d"
}
解決方案:需要使用@ outlook.com帳戶來生成您的憑證。 – tippingpints