Today I would like to talk about how to set up multifactor authentication (MFA) for Dynamics 365 Business Central. This isn’t actually a topic for Business Central, it’s a topic for Azure and Microsoft 365.
Tag Archives: Authentication
OAuth2.0 Token authentication with AL code for Business Central
OAuth2.0 Token authentication with AL code for Business Central
Business Central OAuth2.0 Token Based Authentication
Business Central OAuth2.0 Token Based Authentication
Testing Business Central Online APIs using Postman
This post explains how to test Microsoft Dynamics Business Central Online APIs using Postman with complete details.
Postman is a very useful tool for developers to test various types of HTTP requests, including REST APIs. Business Central supports REST APIs in both On-Premises and Online environments. To test Business Central Online APIs, client application must pass through OAuth2 authentication.
Configuring Business Central for Azure Active Directory authentication and OAuth (2)
After configuring Business Central on-premises for Azure Active Directory authentication, as explained in the previous blog post, it’s now time to configure it for OAuth authentication with APIs and web services.
Source : Kauffmann @ Dynamics 365 Business Central
Read more…
Configuring Business Central for Azure Active Directory authentication and OAuth (1)
It’s a recurring question I get quite frequently: how to set up Business Central on-premises for Azure Active Directory authentication? And related to that, how to call APIs on Business Central on-premises with OAuth authentication? I know there are quite some sources out there like docs and blog posts about this topic. But I figured it would make sense to write it up myself as well, at least for my own record.
Source : Kauffmann @ Dynamics 365 Business Central
Read more…
Site-2-Site OAuth Authentication – From Scratch with C# and Business Central
Site-2-Site OAuth Authentication – From Scratch with C# and Business Central.