Fiddler Disables Windows 8 WebAuthenticationBroker
I was trying to write a small sample which uses WebAuthenticationBroker to get a token from ACS and use it in a REST call to a web service. I followed the API but nothing worked. Not a single socket was opened. Then I noticed that fiddler is on. I switched it off and eureka everything works !!!
I do not know why but it is impossible to debug windows 8 WebAuthenticationBroker with fiddler.
Make sure fiddler is off before using WebAuthenticationBroker.
Enjoy
Manu