Forum Discussion

Jeroen_Wolff's avatar
Jeroen_Wolff
New Contributor
17 years ago

HMAC-SHA1

Hi,

Ik want to sign my soap-body with HMAC-SHA1.
In the WS-SEC tab i can choose this method, but where
do i put the key wich is used to generate the HMAC-SHA1 in de header?
I can only put a keystore in, but where to put only the key or hash wich
is used for HMAC-SHA1

Thanks,

Jeroen

4 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi Jeroen,

    I'll have to dig into this.. I'll get back to you..

    regards,

    /Ole
    eviware.com
  • Do you get an answer?
    Basically, do you know how to configure requests to satisfy a symmetric binding policy (which would use a client generated secret key for signing message parts).
  • gabcar's avatar
    gabcar
    Occasional Contributor
    i have a symmetric key, but i cant use hmac-sha algorithm. Always get the same error: "SecretKey is needed." ...

    Thanks in advance