1. What is WS-Security?
2, What is SAML?Loading
1. What is WS-Security?
2, What is SAML?Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 21, 2012, 12:03 AM
Security Assertions Markup Language (SAML) tokens are XML representations of claims. By default, SAML tokens Windows Communication Foundation (WCF) uses in federated security scenarios are issued tokens.
Please refer
http://msdn.microsoft.com/en-us/library/ms733083.aspx
http://www.codeproject.com/Questions/103775/WCF-custom-credentials-with-Saml-token
WS-Security (Web Services Security, short WSS) is a flexible and feature-rich extension to SOAP to apply security to web services. It is a member of the WS-* family of web service specifications
please refer
http://www.frenchcoder.com/content/wcf-ws-security-hell
hope this help.