Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PasswordDigestExt algorithm #265

Open
wants to merge 3 commits into
base: next
Choose a base branch
from

Commits on May 15, 2017

  1. Fix PasswordDigestExt algorithm

    This fixes the PasswordDigestExt algorithm to match the definition described in the ws-security documentation (using the documentation as expectation).
    
    Documentation:
    Section about "Username" and it's configurable fields
    https://www.soapui.org/soapui-projects/ws-security.html
    
    Tested against Amadeus Web Services. Credential was always being reported invalid prior to this fix.
    Zachary Pittman committed May 15, 2017
    Configuration menu
    Copy the full SHA
    ba38453 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Fix PasswordDigestExt algorithm

    This fixes the PasswordDigestExt algorithm to match the definition described in the ws-security documentation (using the documentation as expectation).
    
    Documentation:
    Section about "Username" and it's configurable fields
    https://www.soapui.org/soapui-projects/ws-security.html
    
    Tested against Amadeus Web Services. Credential was always being reported invalid prior to this fix.
    gokussx4 authored and Zachary Pittman committed May 16, 2017
    Configuration menu
    Copy the full SHA
    bf7c90a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'FixPasswordDigestExt' of https://github.com/gokussx4/so…

    …apui into FixPasswordDigestExt
    Zachary Pittman committed May 16, 2017
    Configuration menu
    Copy the full SHA
    273d963 View commit details
    Browse the repository at this point in the history