Microsoft Outlook Rest API Oauth2登录uri无法完成请求

时间:2016-12-06 17:12:11

标签: java rest outlook oauth-2.0

我正在尝试在java中使用Microsoft Outlook REST API,但在登录到使用OAuth2进行身份验证后会出现以下错误。我的项目是使用maven和tomcat在eclipse中构建的。

enter image description here 错误的链接如下: https://login.live.com/err.srf?lc=1033#error=unauthorized_client&error_description=The+client+does+not+exist.+If+you+are+the+application+developer%2c+configure+a+new+application+through+the+application+management+site+at+https://apps.dev.microsoft.com/

我使用以下java类构建了我的登录uri:

enter image description here

以下是我的申请注册: enter image description here

enter image description here

enter image description here

提前致谢!

1 个答案:

答案 0 :(得分:0)

结果删除<>在客户端ID周围修复它