fSeries connects to Microsoft Dynamics 365 through one of two authentication methods - by configuring OAuth, or by using a Client Secret. Microsoft recommends using a Client Secret, which we will discuss here. This process involves creating an App Registration in Azure under Active Directory, and then adding an fSeries Application User to Dynamics 365.
Once configured, you can enter a connection string into a Dynamics type fSeries Data Source, and pull information from your CRM instance.
Now that the App Registration and User has been created, you are ready to connect from fSeries.
Within your Dynamics Data Source in fSeries, enter your connection string, which should be as follows:
AuthType=ClientSecret;url=https://yourcrmserver.crm.dynamics.com;ClientId=YourClientId;ClientSecret=YourClientSecret
Enter the connection string as above, substituting the Url, ClientId and ClientSecret accordingly, and use the Test button to test your connection.