简体   繁体   English

Dynamics crm 租户 url 不能用作 adal 回复 url

[英]Dynamics crm tenant url doesn't work as adal reply url

I have integrated adal.js in my Dynamics crm custom solution to embed power bi report which works fine but since redirect url need to be set on azure portal app registration so set my tenant url like:我已将 adal.js 集成到我的 Dynamics crm 自定义解决方案中以嵌入 Power bi 报告,该报告工作正常,但由于需要在 azure 门户应用程序注册时设置重定向 url,因此将我的租户 url 设置为:

https://myurl.crm6.dynamics.com https://myurl.crm6.dynamics.com

but I am getting message like :但我收到如下消息:

"The reply url specified in the request does not match the reply urls configured for the application" “请求中指定的回复 url 与为应用程序配置的回复 url 不匹配”

My custom dashboard has been set as default dashboard on tenant.我的自定义仪表板已设置为租户的默认仪表板。 And this custom dashboard contains adal.js and other related js code.这个自定义仪表板包含 adal.js 和其他相关的 js 代码。

Any suggestion would be appreciated.任何建议将不胜感激。

The reply url in your tenant needs to exactly match whatever you have set as your reply URL in your app settings/web.config in your code.租户中的回复 URL 需要与您在代码中的应用设置/web.config 中设置为回复 URL 的内容完全匹配。 Have you ensured that these are matching?你确保这些是匹配的吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM