Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Federated Authentication in a Windows Azure Web Role Application
Aug 22, 2010 at 11:57 AMI am attempting to use this exercise as a guideline to adding Live ID federated auth to my own Azure/Silverlight app.
In comparing some of the code snips to other resources on the internet (notably Wade Wegner's post @ http://blog.wadewegner.com/2009/10/passive-federation-with-windows-azure-and-adfs-v2-codenamed-geneva-server/) I see that there is no code to hook WSFederationAuthenticationModule_RedirectingToIdentityProvider, such as:
FederatedAuthentication
.WSFederationAuthenticationModule.RedirectingToIdentityProvider += WSFederationAuthenticationModule_RedirectingToIdentityProvider;I also noticed that there is no <httpModules>...</httpModules> section in Web.Config.
The error I'm experiencing is 401.2 when I start the app, and my RedirectingToIdentityProvider event handler is not being invoked.
Can someone help guide me to a solution?
Thanks,
Greg
geekSpeak recording: Inside LINQ to XML with Paul Sheriff
Sep 17, 2009 at 5:01 PMThe description of this session sounds great, but I can't get it to play. It says "Media Failure. Try reloading the page, etc, etc."