此内容没有您所选择的语言版本。
Chapter 10. SAML Support
10.1. Security Assertion Markup Language (SAML)
复制链接链接已复制到粘贴板!
		Security Assertion Markup Language (SAML) is an XML-based OASIS standard method for exchanging security data between an identity provider and a service or consumer.
	
10.2. PicketLink
复制链接链接已复制到粘贴板!
		PicketLink is an umbrella project covering with a number of security and identity management sub-projects.
	
10.3. SAML Token
复制链接链接已复制到粘贴板!
		A SAML token is designed to pass information about an end user between an identity provider and a web service.
	
10.4. SAML Support in BPEL
复制链接链接已复制到粘贴板!
		If the ESB service uses PicketLink to obtain a SAML token, this assertion can be passed to the invoked BPEL process by means of the  requestSAMLPartName property:
	
		The 
requestSAMLPartName identifies the name of a message part. You must define this part as a WS-Security element:
	<part name="Security" element="wsse:Security" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" />
<part name="Security" element="wsse:Security"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" />