This text file contains example code from: Chapter 17 - SOA Security with .NET and Windows Azure Book - SOA with .NET & Windows Azure: Realizing Service-Orientation with the Microsoft Platform Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl (www.soabooks.com/community) Certification - These examples are used as part of the Certified SOA .NET Developer curriculum (www.soaschool.com) <programlisting linenumbering="unnumbered"><wsFederationBinding> <binding configurationName="FedBinding"> <security mode="Message"> <message issuedTokenType= "urn:oasis:names:tc:SAML:1.0:assertion"> <requiredClaimTypes> <add claimType= "http://schemas.example.org/.../EmailAddress"/> <?docpage num="542"?> <add claimType= "http://schemas.example.org/.../FirstName"/> </requiredClaimTypes> <tokenRequestParameters> <xmlElement> ... </xmlElement> </tokenRequestParameters> <issuer address= "http://schemas.example.org/.../issuer#self"/> </message> </security> </binding> </wsFederationBinding></programlisting> </example>