ADSTS50011:回复地址与为应用程序配置的回复地址不匹配
ADSTS50011: The reply address does not match the reply addresses configured for the application
我已将应用程序配置为在 Azure 门户上使用 Skype for business Web SDK。我已经在 AAD 上成功注册它并完成了其他必要的步骤。
我是 运行 它在我本地机器上的默认 IIS 端口上,即 80,Web 应用程序的名称是 http://localhost/SkypeWebSDKSamples/。虽然 运行 应用程序给我错误
ADSTS50011: The reply address does not match the reply addresses
configured for the application".
给我错误的代码如下:
我已经将此 URL 放入 azure 回复 URLs 但它一直给我同样的错误。以下是屏幕截图:
我在 Whosebug 和 web 上看到了几个链接,其中 none 有帮助。我已经在这件事上花了 6 个小时。我们非常期待任何帮助或建议。
我将 azure 上的回复 URL 更改为 http://localhost/*
,它对我有用。
the official documeantation中有一个注意事项:
Note: During development it is a common practice to host your
application on http://localhost
and provide http://localhost/*
as
a reply url.
我已将应用程序配置为在 Azure 门户上使用 Skype for business Web SDK。我已经在 AAD 上成功注册它并完成了其他必要的步骤。
我是 运行 它在我本地机器上的默认 IIS 端口上,即 80,Web 应用程序的名称是 http://localhost/SkypeWebSDKSamples/。虽然 运行 应用程序给我错误
ADSTS50011: The reply address does not match the reply addresses configured for the application".
给我错误的代码如下:
我已经将此 URL 放入 azure 回复 URLs 但它一直给我同样的错误。以下是屏幕截图:
我将 azure 上的回复 URL 更改为 http://localhost/*
,它对我有用。
the official documeantation中有一个注意事项:
Note: During development it is a common practice to host your application on
http://localhost
and providehttp://localhost/*
as a reply url.