简体   繁体   English

与 Dynamics 365 Online 集成 Web API 提示输入凭据

[英]Integrating with Dynamics 365 Online Web API Prompting For Credentials

Our client has asked us to integrate with their CRM (Microsoft Dynamics 365) from their e-commerce website in order to update customer information after a purchase.我们的客户要求我们从他们的电子商务网站与他们的 CRM (Microsoft Dynamics 365) 集成,以便在购买后更新客户信息。

We have been given the following documentation URL for the integration:我们已获得以下文档 URL 用于集成:

https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/gg327838%28v%3dcrm.8%29 https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/gg327838%28v%3dcrm.8%29

We've managed to get this working to the point where the application loads up a prompt asking for our Dynamics 365 username and password.我们已经设法让这个工作达到应用程序加载提示要求我们的 Dynamics 365 用户名和密码的程度。

This is obviously not what we want.这显然不是我们想要的。

Ideally we would problematically enter the username and password to retrieve the bearer token which will allow us to make subsequent requests to the relevant endpoints to update order information.理想情况下,我们会输入用户名和密码来检索不记名令牌,这将允许我们向相关端点发出后续请求以更新订单信息。

We can't seem to find any coherent documentation that explains how to do this.我们似乎找不到任何解释如何做到这一点的连贯文档。 This seems such a trivial task but apparently so difficult.这似乎是一项微不足道的任务,但显然如此困难。

Has anyone had any experience implementing a similar solution?有没有人有实施类似解决方案的经验? Or have any pointers of where we should look next?或者对我们下一步应该看哪里有任何指示?

Thanks in advance.提前致谢。

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

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