Hi Community,
I am trying to integrate a public web site with CRM Online 2016 : the goal is to create a new CRM Contact when a user inputs his personal data into a form on the public web site.
As I am integrating a public web site, visitors are not authenticated. Yet, the CRM Web API requires authentication.
I would like to define a CRM service user for the web site (say "WEBSITE") that would have its own password, and use this account to input data into CRM.
I read this link which describe various scenarios to authenticate and get a token usable for CRM Web API calls : https://azure.microsoft.com/en-us/documentation/articles/active-directory-authentication-scenarios/
All scenarios imply asking the web site users for a login/password, but these users are anonymous users, they don't have one.
Is there a way to get the web site to authenticate to use the CRM Web API without asking credentials from the web site visitor ?
*This post is locked for comments
I have the same question (0)