We have an issue on our CRM 2015 test environment where CRM client for Outlook does not connect successfully when pointed to the CRM application for configuration.
CRM Application: CRM 2015 on-premise
Servers:
-
1 x Load balancer on HTTPS (hardware)
-
2x front-end CRM servers on HTTPS binding port 443 (Windows Server 2012 R2)
-
1 x back-end CRM server (Windows Server 2012 R2)
-
1 x SQL Server (Microsoft SQL Server 2012 R2)
System URL: https://crmstaging.domain.com
Organization Name: crmtest
Testing user: Exists in the crmtest organization and has System Administrator role.
Outlook client: Microsoft Office Outlook 2013 with CRM 2015 for Outlook client installed.
Internet Explorer: Version 10. System URL in Local Intranet sites with Automatic Logon turned on.
Behaviour:
-
Connecting from browser to https://crmstaging.domain.com is successful and no login prompt window is displayed to the user (automatic logon with Windows user credentials).
-
Configuring Outlook client by pointing to https://crmstaging.domain.com fails with the error:
10:08:11| Info| Attempting IFD org service connection.
10:08:25| Info| Error connecting to URL: {0} Exception: {1}| https://crmstaging.domain.com/XRMServices/2011/Organization.svc, System.ServiceModel.Security.SecurityAccessDeniedException: Access is denied.Configuring Outlook client by pointing to https://crmstaging.domain.com/crmtest/XRMServices/2011/Organization.svc is successful and Outlook client is configured to the CRM organization.
The setup of HTTPS without ADFS is based on the following guidelines from Microsoft for CRM 2015 („Configuring CRM for HTTPS“):
https://technet.microsoft.com/en-us/library/hh699726.aspx#BKMK_MakeMicrosoft
so my question: Is it possible to have HTTPS without IFD and claims authentication?
*This post is locked for comments