質問

SP2010がSAML 2.0をサポートしていないので、SP2013が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

他のヒント

SharePoint 2013 only supports SAML 1.1. source

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 ;/

SP 2013 also does not support SAML 2.0 protocol and assertions. Because as explained in earlier reply, it is not released by MS in WIF.

SharePoint Online now supports SAML 2.0 . Check this blog for same. Also this post shows the different identity providers which are supported.

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top