Answered by:
WCF Security

Question
-
User-221752185 posted
Hello, I have a WCF that sends and receives documents. Two operations are dedicated for this, while the other operations are for other things. I want to secure the documents using SAML. Anyone able to point me in a direction on how to do this? Perhaps code samples, libraries, etc..
Thursday, May 2, 2013 11:05 AM
Answers
-
User-221752185 posted
Thanks very much. Just a quick overview question before I dig too deep. SAML is just a claim-based token really that protects access to a resouce (in my case a document). Correct? Like... SAML isn't encrypting the document. SAML has nothing to do with encrpytion. Its just authorization?
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, May 2, 2013 11:41 AM
All replies
-
User220959680 posted
a direction on how to do this? Perhaps code samples, libraries, etc..Security Assertion Markup language
- http://msdn.microsoft.com/en-gb/library/vstudio/aa355062(v=vs.90).aspx
- http://msdn.microsoft.com/en-us/magazine/ee335707.aspx
Video:
Thursday, May 2, 2013 11:37 AM -
User-221752185 posted
Thanks very much. Just a quick overview question before I dig too deep. SAML is just a claim-based token really that protects access to a resouce (in my case a document). Correct? Like... SAML isn't encrypting the document. SAML has nothing to do with encrpytion. Its just authorization?
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, May 2, 2013 11:41 AM -
User-1000095884 posted
Just a quick overview question before I dig too deep. SAML is just a claim-based token really that protects access to a resouce (in my case a document). Correct? Like... SAML isn't encrypting the document. SAML has nothing to do with encrpytion. Its just authorization?Yes.
Best Regards.
Friday, May 3, 2013 5:41 AM