DCSIMG
Windows 8 - Manu Cohen-Yashar's Blog

Manu Cohen-Yashar's Blog

Browse by Tags

All Tags » Windows 8 (RSS)
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 
New tools for Federation in windows 8 and Framework 4.5
If you will try to install WIF SDK on a windows 8 with visual studio 2012 and then create a simple claim based application, you will see that “Add STS reference” is gone. So How do we use federation in visual studio 2012 and .net 4.5? Well it turns out that WIF as we know it is deprecated because it was integrated in the core of .Net 4.5 and the SDK is now provided as a set of powerful tools integrated into Visual Studio. The tools includes built-in local sts for testing, Great integration with ACS...