Skip to content

Commit

Permalink
docs: add idMode option for WSSecurityCert to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
d committed Aug 10, 2022
1 parent 537cd3a commit 88a9b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ The `options` object is optional and can contain the following properties:
* `existingPrefixes`: (optional) A hash of prefixes and namespaces prefix: namespace that shouldn't be in the signature because they already exist in the xml (default: `{ 'wsse': 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd' }`)
* `prefix`: (optional) Adds this value as a prefix for the generated signature tags.
* `attrs`: (optional) A hash of attributes and values attrName: value to add to the signature root node
* `idMode`: (optional) either 'wssecurity' to generate wsse-scoped reference Id on <Body> or undefined for an unscoped reference Id

### WSSecurityPlusCert

Expand Down

0 comments on commit 88a9b11

Please sign in to comment.