Comment 4 for bug 1687593

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/461736
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=926685c5a4823d7e3ab3879bae1529052fff7d68
Submitter: Jenkins
Branch: master

commit 926685c5a4823d7e3ab3879bae1529052fff7d68
Author: Hemanth Nakkina <email address hidden>
Date: Tue May 2 16:44:21 2017 +0530

    Change url passed to oauth signature verifier to request url

    OAUTH signature verification should happen with the same URL used for signing.
    Typically at the user end it should be signed with the request URL and hence it
    should be verified with the same.
    Currently keystone uses public endpoint URL for signature verification.

    Modified the URL passed to oauth signature verification to request URL.

    Change-Id: I28059a43cb0088c2952c19f696042ebec54d26c9
    Partial-Bug: #1687593