RE: ERROR REQUESTING Token FROM THE Authentication context - General ADAL Error
hi
It sounds like you've done some thorough troubleshooting already, but here are a few additional things you could try:
Check if the customer has any conditional access policies in place that might be blocking access to your webservice. You can do this by going to the Azure portal, selecting Azure Active Directory, and then selecting Conditional Access. If there are any policies set up, make sure they are not blocking access for the accounts you are using.
Check if the customer has any firewall rules that might be blocking access to your webservice. You can ask them to check their firewall logs and see if any connections are being blocked.
Make sure the customer's Dynamics 365 instance is set up correctly to allow connections from your webservice. You can check this by going to the Dynamics 365 admin center, selecting the instance, and then selecting the Instance Properties tab. Make sure the "Allow other Microsoft services to access this instance" option is enabled.
Double-check the connection string you are using for the customer. Make sure all the parameters are correct and that there are no typos or errors.
If none of these steps resolve the issue, you may need to contact Microsoft support for further assistance. They should be able to help you troubleshoot the issue and identify any potential Azure AD or Dynamics 365 configuration issues.
Daniele