Hello All,
Scenario: CRM2013 UR2, ADFS 3
when I try to logon from "the outside" ADFS authenticates the account, but it doesn't redirect back to CRM. I know ADFS is authenticating, because it gives me a message if I type a wrong password.
There are no error messages/log entries anywhere (ADFS or CRM).
Internally everything works. This was working before, all I did was replace the certificate (same wildcard for ADFS and CRM).
I traced the connection in Fiddler and I can see the 302 response from ADFS after authentication, but the target (in Fiddler: Target -> Location) points at ADFS (sts.mydomain.com/....) not at the CRM server.
When tracing the connection internally, the 302 response contains the correct target (crminternal.domain.com/....).
I'm fairly certain I already tried all the "simple stuff" (rerunning Claims and IFD config in CRM, recreating the IFD relying party trust etc.)
Anyone seen this before or have an idea?
Thx in advance!