Visual Studio 2013 RC has a very useful feature of creating new ASP.NET application that are configured with Windows Azure Active Directory authentication. You can read more about it here If you open web.config file of such project that is secured with Windows Azure Active Directory, you will see following section: Code Snippet < modules > < add name = " WSFederationAuthenticationModule " type = " System.IdentityModel.Services.WSFederationAuthenticationModule, System.IdentityModel.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 " preCondition = " managedHandler " /> < add name = " SessionAuthenticationModule " type = " System.IdentityModel.Services.SessionAuthenticationModule...(read more)
Go to the complete details ...