Table of Contents

Authentications

DynamicWeb 10 supports the following methods of authentication to a remote system:

The recommended way to authenticate access to an OData endpoint is to use Service-to-Service authorization (S2S), where your DynamicWeb solution is authorized access directly to the remote system.

An S2S authentication between DynamicWeb and a remote system allows you to configure required permission on an application level as opposed to a User impersonation authentication, where the permissions reflect the permissions of a given user.

Service-to-service OAuth takes a ClientID, a TenantID and a Client secret of a Microsoft Entra (formerly known as Azure Active Directory) app registration and exchanges access tokens in the background and independently of user credentials. Check out our S2S guide to learn more about adding such as an authentication for Dynamics 365 Business Central, CRM or F&O.

Setup guides

To top