Hello,
I have a issue with server-side synchronizations (exchange Online), When I press the test connection button, the following error appears
Is a Dynamics 365 V8.2 On- premise, exchange Online, server-side synchronizations and CRM with ADFS e IFD
Error:
*********************
Mensaje de 365::
*********************
Error al adquirir el token de ACS. Compruebe si su tenantId se ha especificado correctamente en el perfil de servidor de correo electrónico, y asegúrese de que Exchange y CRM están en el mismo inquilino
*****************************
Solicitud a Exchange::
*****************************
<Trace Tag="EwsRequestHttpHeaders" Tid="59" Time="2019-02-15 11:31:08Z">
POST /EWS/Exchange.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
Accept: text/xml
User-Agent: ExchangeServicesClient/15.00.1076.004
Accept-Encoding: gzip,deflate
</Trace>
<Trace Tag="EwsRequest" Tid="59" Time="2019-02-15 11:31:08Z" Version="15.00.1076.004">
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:m="schemas.microsoft.com/.../messages" xmlns:t="schemas.microsoft.com/.../types" xmlns:soap="schemas.xmlsoap.org/.../envelope">
<soap:Header>
<t:RequestServerVersion Version="Exchange2013" />
</soap:Header>
<soap:Body>
<m:FindFolder Traversal="Shallow">
<m:FolderShape>
<t:BaseShape>AllProperties</t:BaseShape>
</m:FolderShape>
<m:IndexedPageFolderView MaxEntriesReturned="1" Offset="0" BasePoint="Beginning" />
<m:ParentFolderIds>
<t:DistinguishedFolderId Id="inbox" />
</m:ParentFolderIds>
</m:FindFolder>
</soap:Body>
</soap:Envelope>
</Trace>
*This post is locked for comments