Hello,
I have a working Internet Facing Deployment of CRM 2015 with ADFS 3.0. Everything works, except the single sign-on feature for internal access.
What I've tried is:
- put adfs and all CRM URLs to intranet zone (with option "automatic logon with current user name and password")
- enabled intranet access on CRM:
DiscoveryWebServiceRootDomain : *****************
Enabled : True
ExternalDomain : ******************
IntranetAccessEnabled : True
OrganizationWebServiceRootDomain : *****************
WebApplicationRootDomain : *******************
ExtensionData : System.Runtime.Serialization.ExtensionDataObject
- confirmed all URLs resolve to local IP address, not proxy adfs
- set SPN for ADFS service account ("http/ADFS_URL")
- ensured there is "Enabled Integrated Windows Authentication" checked in IE advanced settings
And it still asks for credentials when I open CRM from intranet.
If the IFD option is disabled, single sign-on works and I don't have to put the credentials.
Is it possible to configure it with the IFD turned on? If yes then how? If no, is it documented anywhere?