Hello,
I'm testing custom request for CRM implementation and I encountered on a problem. Not sure if I did something wrong or such configuration is not allowed. So here are the details of my environment:
1x DC with ADFS and ADCS roles installed (win2012 R2)
1x CRM server with CRM2015 (win 2012 R2)
1x SQL server with SQL 2014 (win 2012 R2)
1x standalone server with WAP role (proxy) (win 2012 R2).
Internal DNS configuration (1 server with 2 forward lookup zones:
crm.local:
A record "auth" point on CRM server IP
A record "dev" point on CRM server IP
A record "firma" point on CRM server IP
A record "sts" point on DC server IP
contoso.com:
A record "auth" point on CRM server IP
A record "dev" point on CRM server IP
A record "firma" point on CRM server IP
A record "sts" point on DC server IP
First 3 servers are in domain crm.local configured with certificate requested using IIS, provided by CA with wildcard *.crm.local. Certificate with private key is added to personal cert on DC and CRM server and used by CRM app (access to this cert has been provided to crm_service account on which CRM is working). Also certificate *.contoso.com has been generated and put on CRM and DC server for further actions.
CRM organization is called "Firma" and after configuring everything according to available instructions internal access to CRM using link https://firma.crm.local is working properly.
Now Im trying to configure internet-facing deplyoment where I counter on problem.
After I provided addressed to Web Application Server Domain & Org Web SD (contoso.com) and Discovery Web SD (dev.contoso.com) followed by external domain (auth.contoso.com) I receive warning during verification that "The Discover Web Service could not be accesssed. The domain is unavailable or does not exist."
My question is :
Is it possible to configure CRM with IFD in a way that local users are using internal domain (crm.local) to access CRM while external users are using external domain (contoso.com) ? If yes, then what is wrong with my configuration above ?
Just small request, if you propose to apply some settings, please provide command (e.g. use "setspn some_value" instead of "try to add correct SPN")
Thank you very much in advance for reply.