| c# Programming Glossary: stscan i use ADFS 2.0 to authenticate certain users against SQL Server http://stackoverflow.com/questions/4313512/can-i-use-adfs-2-0-to-authenticate-certain-users-against-sql-server  read the actual blog post you see that they add an extra STS. AD FS 2.0 has a 'Claims Provider Trust' for that other STS.. AD FS 2.0 has a 'Claims Provider Trust' for that other STS and redirects to it if the 'home realm discovery' is set up.. 'home realm discovery' is set up correctly . That other STS then performs the authentication in whichever way it likes sends.. 
 WCF Transport vs Message http://stackoverflow.com/questions/5673283/wcf-transport-vs-message  for federated scenarios and Security token services STS . WCF also supports WS I Basic Security Profile 1.0 which is.. 
 Programmatically instantiate a web part page in Sharepoint http://stackoverflow.com/questions/979635/programmatically-instantiate-a-web-part-page-in-sharepoint  Microsoft Shared web server extensions 12 TEMPLATE 1033 STS DOCTEMP SMARTPGS Then set up a stream to the template and use.. string hive SPUtility.GetGenericSetupPath TEMPLATE 1033 STS DOCTEMP SMARTPGS FileStream stream new FileStream hive templateFilename.. 
 |