7.4 SALT WSSP 1.0 Policy Templates
SALT provides a number of WS-SecurityPolicy 1.0 template files you can use for most typical Web Service applications. These policy files are located in directory TUXDIR/udataobj/salt/policy.
Table 7-1 SALT WSSP 1.0 Policy Template Files
| Policy File | Description |
|---|---|
| wssp1.0-UsernameToken-plain-auth.xml | Username token with plain text password is sent in the request for authentication. |
| wssp1.0-x509v3-auth.xml | X509 V3 binary token (certificate) is sent in the request for authentication. The request is optionally signed with some message parts in the requests. |
| wssp1.0-signbody.xml | The whole SOAP body is signed. |
These template files can be referenced directly in the WSDF files with location value format:
salt:<template_file_name>
For instance, if you want to configure signbody, you can specify the followings in your WSDF file:
<Policy location=”salt:wssp1.0-signbody.xml” />
Parent topic: SALT WS-SecurityPolicy Assertion 1.0 Reference