knowledgecenter-breadcrum

Knowledge Center

09 Oct, 2019

Programmatically authenticate multi-factor enabled Dynamics 365 CRM environment

Posted on 09 Oct, 2019 by Admin, Posted in Dynamics 365

Programmatically authenticate multi-factor enabled Dynamics 365 CRM environment Blogs

Programmatically authenticate multi-factor enabled Dynamics 365 CRM environment

Introduction

I observed that, recently Ṁour clients are focusing more towards security aspect and hence the typical first thing they do is enabling multi-factor authentication. Now from developer’s perspective, there is no issue in accessing CRM through User Interface, because developers can get OTP on their mobile phones.

But, many times we use different third-party applications like XRMToolBox to connect to Dynamics CRM or use plugin registration tool to connect to organization. In such scenarios, we get an error even after putting correct credentials.

This blog explains solution to above problem.

Problem Statement

If multi-factor authentication is enabled for Dynamics 365, then developers could not connect to CRM via programming or Plugin Registration Tool or XrmToolbox etc., using their own password.

Solution

There is very simple solution which requires only below 2 steps:

  1. Follow this article to generate App Password.

https://docs.microsoft.com/en-us/azure/active-directory/user-help/multi-factor-authentication-end-user-app-passwords

  1. Once app password is generated and noted down from above step, use that password instead of your default password.

Hope you find this information useful!!!

Comment

This is a Required Field

Loading

Recent Updates

Blogs
01 Dec, 2025

Dynamics 365: Why One User Could Edit a Field and Another Couldn’t

Recently, we faced an issue in Dynamics 365 where the field was locked for one user but editable for another. The field…

READ MORE
Blogs
18 Nov, 2025

Building a Power Apps Code-First Application from Scratch: A Step-by-Step Guide

Introduction: Power Apps has long supported rapid app development with low-code/no-code tools. With Code-First Apps, developers can now create fully…

READ MORE
Blogs
16 Oct, 2025

Bug Logging in Azure DevOps

Logging bugs in Azure DevOps is an essential part of the software testing and development process. It allows teams to…

READ MORE