Hi all,
We're having an issue where one of our customers needs to browse a web site in a "sandbox application" instead of a normal browser. When the user hits the web site, he is redirected to the STS for authentication, etc. The problem is that this sandboxing application does not react to 302 redirects (since, according to the standard, a client should not automatically redirect based on a 302 unless the user confirms it).
So my question is, is there any way to issue a 303 or 307 instead of a 302?
Can I configure the federation pipeline (WS Fed Auth Module??) to issue a different redirect code?
Is there an IIS setting that needs to be changed?
We're using .NET 4.5.
-Thanks!