Dynamics
(depends upon the app having been registered with Azure Active Directory)
Parameter | Value |
entity | the dynamics entity name |
serviceUrl | |
redirectUrl | the redirect uri from the Azure AD app registration |
clientId | the encrypted client id from the Azure AD app registration |
clientSecret | the encrypted client secret from the Azure AD app registration |

<DynamicsDataSource
entity="String"
serviceUrl="String"
redirectUrl="String"
clientId="String"
clientSecret="String">
<Schema>
...
</Schema>
<Filter/>
</DynamicsDataSource>
Last modified 2yr ago