Introduction We need to register Dynamics 365 app in Microsoft Entra ID to enable secure authentication and authorization when connecting Dynamics 365 with other applications or services.It allows the app to get a Client ID and Secret, which are used to securely access D365 APIs without using user credentials. Steps: Go to Microsoft Entra admin... Continue Reading →
Expand Calendar Control in Cloud Flow using Custom API
Problem Statement: To utilize the Expand Calendar feature in Cloud Flow, it's necessary to invoke the Dynamics API. However, this entails exposing the Client ID and Secret, which raises security concerns. To avoid this, a more secure alternative is to use a Custom API. Solution: Scenario: In this scenario, I am trying to retrieve Total... Continue Reading →