Using OAuth 2.0 to connect Business Central APIs and Web Services in Power Automate – OAuth in HTTP action

As you might know, Web Service Access Keys (Basic Auth) for Business Central Online has been removed with Business Central 2022 release wave 1. We are gradually transitioning from Basic Auth to OAuth over the year.

And last year we discussed how to use OAuth 2.0 to connect Business Central APIs and Web Service in Postman.

Source : Dynamics 365 Lab
Read more…

How to enable OAuth on WCF Soap Web services

With Microsoft Dynamics 365 Business Central 2022 Wave 1 (Version 20), basic authentication is no longer available for web services. Many applications have been written using Microsoft Communication Foundation (WCF) to talk with NAV/BC via the Soap protocol. This video shows how to enable an existing C# app using .NET Framework 4.7 with OAuth. Check it out:

Source : Hougaard.com
Read more…

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…