Hi,
I'm configuring ADFS with CRM 2015 for claims based authentication, following this blog post:
http://www.interactivewebs.com/blog/index.php/crm/how-to-set-up-crm-2015-ifd-on-windows-2012-and-adfs-3-0/
My setup is slightly different as I have:
- CRM web server (CRM configured to run from port 444)
- SQL Server
- 2 x ADFS servers load balanced with NLB and WID
I've followed the blog post, used a wild card public SSL cert and configured the SPN to use a service account (rather than server name as the blog mentions)
I have 2 issues:
1 . When internal users browse to https://internalcrm.contoso.com:444/ they're prompted for a username and password before getting Dynamics access. How can I configure this for SSO?
2. When I try to access the "external" URL (which points back at my same CRM server), https://authcrm.contoso.com:444/
I get a 404 Page cannot be found after the user is authenticated.
There are no errors in the event logs. *.contoso.com is in the trusted sites section of the IE.
Thanks in advanced