问题标签 [o365rwsclient]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
29 浏览

oauth-2.0 - 使用 oauth2.0 机制通过承载令牌访问 O365 报告 Web 服务 API 时出现 401 未授权异常

这是关于 Office365 报告 Web 服务的参考,其中我已将代码从基本身份验证迁移到 oauth2.0,并且我能够通过客户端 ID 和客户端密钥生成不记名令牌。但是,在尝试通过点击https://reports.office365.com/ecp/reportingwebservice/reporting.svc/MessageTrace来获取事件时,我收到 401 unauthorization 说凭据无效。这里的任何帮助将不胜感激。

谢谢