I'm developing an ASP.NET web-application, that is hosted on Azure and used Windows Identity Framework for authentication.
The question is: How to handle response from Identity Provider (MS Live ID)?
I found that config element wsFederation contains reply attribute for this goal, but after setting it to reply="http://localhost:64911/Pages/HandleUserLogin.aspx" it hasn't any effect.
In audienceUris section added record for "http://localhost:64911/".
Any ideas about how to handle response after user was logged in would be appreciated.