0
Ruby gemはGmailとYahooのために素晴らしい作品です。 Outlookとその新しいAPIを介してアクセスすると、以下のエラーが表示されます。Omnicontacts gem:Outlook invalid_request
注:これは、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