Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Month: August 2021

Connect Dynamics 365 from Console C# Application in MFA Enabled Access using Client Secret and Azure Client ID

We can connect Dynamics 365 using User Name, Password and Dynamics 365 URL and Client ID if Multi factor Authentication (MFA) is not used. When Multi-Factor Authentication is enabled this connection will not work. So for this we have to use Client Secrets for connection. Follow the steps below to connect MFA Enabled Dynamics 365…
Read more

AdalServiceException: AADSTS7000218: The request body must contain the following parameter: ‘client_assertion’ or ‘client_secret’.

While trying to connect Dynamics 365 online from console app sometimes you get the exception. The solution is you have to enables Allow Public client Flow option for the App you registered. Go to Azure Active Directory and open the App Registration then choose Authentication and enable the Allow Public Client Flow then save. Now…
Read more

Disable MFA in Dynamics 365 using Azure Active Directory

Sometimes it requires to Disable the Multi-Factor Authentication(MFA) in Dynamics 365. SO follow the steps below. Step-1: Open office.com and use your credential. Click on Admin icon. Next click on All Admin Center and Azure Active Directory. Click on Azure Active Directory Link. Now click on Properties then click on Manage Security Defaults the Switch…
Read more