Include PasswordType in SOAP Adapter
The SOAP WS-Security Authentication protocol supports two PasswordTypes for the Username Token:
PasswordText - Where the password is sent as plain text on the password field;
PasswordDigest - Where the password is encoded as Base64(SHA-1(nonce + created + password))
On the OIC SOAP Adapter, the only supported method is PasswordText. If an system provides an service and allow exclusive PasswordDigest, the OIC SOAP Adapter cannot be used, requiring an additional development, and because the password uses the Nonce and the Created fields, basically all the fields on the Authentication block on the SOAP request needs to be handled on this additional development.
Tagged:
1