Hi
Got a strange issue on a couple of servers with an asp.net site receiving the SAML token from the ADFS server. Normally FedAuth cookies are returned and the page is redirected based on what's encoded in the wctx ru querystring parameter, but on a development site the response is the result of the default page, no cookies are returned and the redirection isn't performed. We've tied this on several different servers to the same outcome.
The STS is just the basic test on created by visual studio. I've compared the web.config and federationmetadata for both the STS and site against several copies of both sites that both work and except for the urls there are no differences.
This is running against the Microsoft.IdentityModel 3.5 (we've not gone through and upgraded to 4.0). Any ideas on the cause or what else to check.
Thanks