Hi Team,
Thanks for reading my question and hoping for answer if you faced same kind of issue earlier.
Current Scenario:
1. CRM is on premise
2. Exchange Online server is there
3. Only one tenant setup is there
4. Sharepoint is online
1. Due to expiry of certificate, I have renewed Certificate on Domain server and CRM server. CRM is working with Claim based Authentication
2. Online exchange server is not working. Apppoll user already have read permission for certificate
When i test connect for server profile there is error -Authorizing by using microsoft access control service as below
*********************
Message from 365::
*********************
Aquiring Token from ACS has failed. Please check if your tenantId is specified correctly in your Email Server Profile, and make sure your Exchange and CRM are under the same tenant
*****************************
Request to Exchange::
*****************************
<Trace Tag="EwsRequestHttpHeaders" Tid="109" Time="2020-08-22 17:38:28Z">
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="109" Time="2020-08-22 17:38:28Z" 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/.../">
<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>
3. Share point gives below error
<errorlog><sites>
<site>
<url>XXXX.sharepoint.com/.../url>
<exception>Failed to connect to SharePointSite.</exception>
<errorcode>-2147088205</errorcode>
</site>
</sites></errorlog>