web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics CRM Consultant / Programmatically authentica...

Programmatically authenticate multi-factor enabled Dynamics 365 CRM environment

Yadnyesh Kuvalekar Profile Picture Yadnyesh Kuvalekar 4,102

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://support.office.com/en-us/article/create-an-app-password-for-office-365-3e7c860f-bda4-4441-a618-b53953ee1183

  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!!!


This was originally posted here.

Comments

*This post is locked for comments