I am using WIF and a federated security model using ThinkTecture STS.
When I try to request the url: http://domain.com/#page, WIF is not redirecting to the correct page after authentication.
The ru param in wctx does not contain the correct path of /#path. Instead it ignores the hash and everything after it, so the ru param is just /. A normal url without a hash works fine.
Is there a workout around for this or am I formatting my url incorrectly?
Any suggestions?