dynamics-webapi-toolkit
dynamics-webapi-toolkit copied to clipboard
Add impersonation using CallerObjectId
As per documentation, preferred impersonation method is based on their Azure Active Directory (AAD) object id by passing that value along with the header CallerObjectId. MSCRMCallerID is considered to be a legacy implementation.
Backward-compatible implementation is to add CallerObjectId to the settings and allow setting it.
Fix together with #105