Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 10. SAML Support
10.1. Security Assertion Markup Language (SAML) Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
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 Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
PicketLink is an umbrella project covering with a number of security and identity management sub-projects.
10.3. SAML Token Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
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 Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
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" />