【发布时间】:2021-07-28 18:37:35
【问题描述】:
在开发期间为 Web 应用程序设置与 Microsoft Azure API 的连接时,我正在处理以下错误:
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'b9c2d921-$$$$-$$$$-$$$$-$$$$$$$$$$$$'. More details: Reply address did not match because requested address had a trailing slash.
最初,我在link 中发布了另一个错误,将平台配置从 SPA 更改为 Web 确实解决了它。
我已经在 app Authentications 中设置了重定向 URL:
有解决这个问题的想法吗?
【问题讨论】:
标签: azure azure-active-directory microsoft-graph-api