AADSTS50011: The reply URL specified in the request does not match the reply urls configured for the application

 ̄綄美尐妖づ 提交于 2019-12-11 18:32:07

问题


We're trying to do calendar sync between outlook and our calendar and running into this error

https://snag.gy/o2dtm9.jpg

We've connected hundreds of accounts and never ran into the issue


回答1:


Based on your screenshot it could be one of the following scenarios:

  1. Your Application ID in your web.config does not match the Application ID in your app registration. Double-check that these values are the same.

  2. The Reply URL in your portal needs to match the URL of your published application. This can happen if the Reply URL in your app registration is still set to localhost or is set to something other than the main page that you want your users to reach. This can also happen if the homepage URL in the portal is still set to localhost.

  3. Your app might be registered in the wrong tenant.

Please see this documentation for reference. (Ignore the part that says localhost if you are using a published app.)



来源:https://stackoverflow.com/questions/50357019/aadsts50011-the-reply-url-specified-in-the-request-does-not-match-the-reply-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!