NavWithNav

The premier knowledge-sharing hub for Microsoft Dynamics 365 Business Central developers, architects, and ERP professionals.

Back to Series
Uncategorized

BC OAuth2.0 Token Based Authentication

<h1 style="text-align: center;">BC OAuth2.0 Token Based Authentication (Part -1)</h1> <h3>About OAuth:</h3> <h3>OAuth2.0 is an open standard for authorizing access to web services and APIs from nati...

NitinSeptember 23, 2022 1 min read

BC OAuth2.0 Token Based Authentication (Part -1)

About OAuth:

OAuth2.0 is an open standard for authorizing access to web services and APIs from native clients and websites. It is commonly used in Azure Active Directory (Azure AD) for authentication purposes. In the context of Business Central, OAuth plays a crucial role when your deployment is configured for Azure AD authentication, which can be done through your own Azure subscription or a Microsoft 365 subscription.

With OAuth, users can sign in to Business Central web services using their Microsoft 365 or Azure AD credentials, providing a seamless authentication experience. Without OAuth, users would need to rely on their Business Central account credentials, such as their username and password or web access key.

Part 2 - (oAuth2.0 validation through AL Code) Steps to be followed  

0
0

Discussion (0)

Leave a comment

No comments yet. Be the first to share your thoughts!