Sharepoint - Does Sharepoint 2013 Support SAML 2.0?

I believe that SP2010 and SP2013 both support/utilize WIF (Windows Identity Foundation) for claims-based authentication. (semi) Recently, there was a WIF extension released to support the SAML 2.0 protocol.

http://blogs.msdn.com/b/card/archive/2011/05/16/announcing-the-wif-extension-for-saml-2-0-protocol-community-technology-preview.aspx

With some tinkering you may be able to get something working. I should note that I looked into this for SAML 1.1 but only found this support for SAML 2.0, so this is where my limited knowledge on the subject unfortunately ends. Also, you should note the difference between the SAML protocols and the tokens (protocol utilizes the tokens but sometimes you only need support for the tokens themselves). It was my finding that the tokens were better supported than the protocol. You may be able to work with the tokens even without the above extension.

https://stackoverflow.com/questions/11342186/windows-identity-foundation-does-not-officially-support-saml-2-0-use-wif-ctp-or


I think SharePoint doesn't support SAML v2.0 even we are talking about WIF. I tried to handle SAML 2.0 token in SharePoint but unfortunately it seems that doesn't work so far, like SharePoint engine can't do that ;/


SharePoint 2013 only supports SAML 1.1. source

Tags: