---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# WS-Security properties

# WS-Security properties {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

These properties control the behavior of WS-Security X.509 tokens.
{#ws-security-properties__table_thq_3vj_wy__entry__2}

| Property | Description |
|-|-|
| glide.soap.msg_digest.algorithm | Specifies the method digest algorithm. Possible values are SHA-1, SHA-256, and SHA-512. * Type: String * Default value: SHA-1 * Location: Add to the System Property \[sys_properties\] table {#ws-security-properties__ul_gyr_wvj_wy} |
| glide.soap.signature.algorithm | Specifies the signature algorithm. Possible values are RSA-SHA-1, RSA-SHA-256, and RSA-SHA-512. * Type: String * Default value: RSA-SHA-1 * Location: Add to the System Property \[sys_properties\] table {#ws-security-properties__ul_yfp_yvj_wy} |
| glide.soap.canonical.algorithm | Specifies the cannonicalization algorithm. Possible values are Canonical xml 1.0, Canonical xml 1.0 with Comments, Exclusive Canonical xml 1.0, and Exclusive Canonical xml 1.0 with Comments. * Type: String * Default value: Exclusive Canonical xml 1.0 * Location: Add to the System Property \[sys_properties\] table {#ws-security-properties__ul_mxr_yvj_wy} |
[Table 1. Properties]

{#ws-security-properties__table_thq_3vj_wy} Each possible value for these properties represents a standard WS-Security algorithm.{#ws-security-properties__table_n4y_szx_wy__entry__2}

| Value | Algorithm |
|-|-|
| Method digest algorithms ||
| SHA-1 | http://www.w3.org/2000/09/xmldsig#sha1 |
| SHA-256 | http://www.w3.org/2001/04/xmlenc#sha256 |
| SHA-512 | http://www.w3.org/2001/04/xmlenc#sha512 |
| Signature algorithms ||
| RSA-SHA-1 | http://www.w3.org/2000/09/xmldsig#rsa-sha1 |
| RSA-SHA-256 | http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 |
| RSA-SHA-512 | http://www.w3.org/2001/04/xmldsig-more#rsa-sha512 |
| Cannonicalization algorithms ||
| Canonical xml 1.0 | http://www.w3.org/TR/2001/REC-xml-c14n-20010315 |
| Canonical xml 1.0 with Comments | http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments |
| Exclusive Canonical xml 1.0 | http://www.w3.org/2001/10/xml-exc-c14n# |
| Exclusive Canonical xml 1.0 with comments | http://www.w3.org/2001/10/xml-exc-c14n#WithComments |
[Table 2. Property value URLs]

{#ws-security-properties__table_n4y_szx_wy}

