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
The base64_decode is not needed because the nonce creation is using a md5.
The parameter binary should be false instead of true, than the auth works.
Can anybody reproduce this? Thx
The text was updated successfully, but these errors were encountered:
PHP version: 7.2
Description
Cannot authenticate with WSSE Plugin
How to reproduce
Use WSSE REST Api like emarsys rest api
Possible Solution
Change line in Wsse.php
Additional context
I am trying to auth against a wsse api from emarsys. But the auth does not work correctly with the current implementation.
Current:
The base64_decode is not needed because the nonce creation is using a md5.
The parameter binary should be false instead of true, than the auth works.
Can anybody reproduce this? Thx
The text was updated successfully, but these errors were encountered: