6.4.6.1 Limitations
- Supported Nesting Assertions
- <sp:TransportToken>
- <sp:AlgorithmSuite>
- <sp:Layout>
- <sp:IncludeTimestamp>
- Nesting Assertion <sp:TransportToken> only supports <sp:HttpToken>
The following example shows a SALT supported TransportToken Assertion:
Example 6-3 Supported TransportToken Assertions
<sp:TransportBinding>
<wsp:Policy>
<sp:TransportToken>
<wsp:Policy>
<sp:HttpToken />
</wsp:Policy>
</sp:TransportToken>
<sp:Algorithm>
<wsp:Policy>
<sp:Basic256>
</wsp:Policy>
</sp:Algorithm>
</wsp:Policy>
</sp:TransportBinding>Parent topic: <sp:TransportBinding >