How to setup WSSE PWD type to be #PasswordText and run conformance test · Issue #92 · onvif/testspecs · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use test tool v24.12 and see that WSSE has three PWD types, #PasswordDigest / #PasswordText / #UsernameToken.
Currently device test tool use the default setting #PasswordDigest.
We would like to use #PasswordText and run conformance test.
Can you let us know how to setup and make it work?
The text was updated successfully, but these errors were encountered:
5.9.5 Username token profile A client shall use both nonce and timestamps as defined in [WS-UsernameToken]. The server shall reject any Username Token not using both nonce and creation timestamps.
And from other side in WS-Security spec:
So, #PasswordText is not allowed in the token because in this case they have no "nonce"
Hello Onvif developer,
We use test tool v24.12 and see that WSSE has three PWD types, #PasswordDigest / #PasswordText / #UsernameToken.
Currently device test tool use the default setting #PasswordDigest.
We would like to use #PasswordText and run conformance test.
Can you let us know how to setup and make it work?
The text was updated successfully, but these errors were encountered: