Skip to content

Commit

Permalink
No-change commit to show broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcarbs committed Aug 16, 2021
1 parent dee9d04 commit 21cc9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/signer.rb
Expand Up @@ -196,6 +196,7 @@ def binary_security_token_node
node['EncodingType'] = 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary'
node.content = Base64.encode64(cert.to_der).gsub("\n", '')
signature_node.add_previous_sibling(node)
# set_namespace_for_node(node, WSSE_NAMESPACE, ds_namespace_prefix)
wsse_ns = namespace_prefix(node, WSSE_NAMESPACE, 'wsse')
wsu_ns = namespace_prefix(node, WSU_NAMESPACE, 'wsu')
node["#{wsu_ns}:Id"] = security_token_id
Expand Down

0 comments on commit 21cc9ae

Please sign in to comment.