Dynamics 365 Business Central
OAuth 2.0 authorization for Dynamics 365 Business Central SaaS
Dedicated to Basic authorization deprecation.
Do you like developing integrations like we do in Siberus?
For the last few months we did quite a few of them: bank sFTP connectors, webhook subscriptions etc. They all were totally different but with one thing in common: OAuth 2.0. Below you can find detailed instruction on how to set it up.
We'll use service-to-service connection to avoid using user account for this, so you don't need to have an extra license for your integration - the connector itself will be your "user".
OAuth 2.0 requires intermediate App Registration in the Azure portal to obtain authentication bearer token. It is valid for about 1 hour, but refreshes automatically.