Dynamics
2 TopicsAzure AD B2C with Dynamics 365 (CRM) Contacts
Hello, I am trying to find a solution for the following scenario: We want to build an application were our costumers can logon agains Azure B2C. However the field validation (claims) has to be agains Dynamics 365 (CRM) contacts. I managed to setup a .NET application and authenticate with Azure AD B2C. but without any validation/claims. For example I want the following fields to be validated: Firstname Lastname Relationnumber (CRM) Those values has to come from the CRM contact fields and need to match the users input when singin up/in I am lost here and unable to find a solution for this. I already tried to export/import CRM contacts in Azure B2C and created custom attributes (relationnumber) and fill them, but that doesn’t seems to be the solution. Also PowerApps I tried to create a Flow, but didn’t help either. Also, if I am trying to setup the wrong way, please let me know. Thank you!10KViews0likes2CommentsWhich API is the "Web API"?
Our web application will be used by organizations that are typically using Dynamics. So, my goal is to allow an external web application to do CRUD actions in the Dataverse. I'm trying to get my head wrapped around all the different names for what I think is the same thing. Can someone tell me if all of these are really just the same thing? Web API Dynamics Web API Common Data Service API Datavers Web API I think that they are, and I think if I give an Azure registered app permissions for "Dynamics CRM > user_impersonation", that should allow my external web service to do CRUD actions against any entity / table within the CDS/Dynamics/Dataverse, right?1.1KViews0likes1Comment