Some organizations have implemented multi-factor authentication (MFA) to restrict access to their Dynamics environment. MFA is a way to prompt a user to enter a code or use another means to verify their login attempt after entering his/her user credentials.
Currently, ClickDimensions does not support multi-factor authentication for our service user that connects to your Dynamics environment when using Username + Password Authentication. The reason for this is that in order to use multi-factor authentication via the Dynamics SDK, an application can only use the WebAPI oData endpoint for SDK operations. At this time, the WebAPI does not include some of the operations and methods available in the mature Organization.svc SOAP endpoint.
However, multi-factor authentication can still be used when using either Application User or Single Sign On (SSO) authentication. For more details on these authentication types, please see our Application User or SSO authentication articles.