Comment 8 for bug 1593192

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

Reviewed: https://review.openstack.org/392198
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=827895281ba2d0a1786ee92ad859414de1dbe64b
Submitter: Jenkins
Branch: master

commit 827895281ba2d0a1786ee92ad859414de1dbe64b
Author: Steve Martinelli <email address hidden>
Date: Tue Nov 1 11:12:12 2016 -0400

    mark a few oidc parameters as required

    to better the user experience, mark a few of the open id connect
    options as required, users should get back more meaningful
    error messages.

    as part of the change, there was also a discrepancy between what
    the loader used for the authorization code, and what the plugin
    was using. deprecate the old loader option (authorization-code)
    in favor of the one used by the plugin (code).

    Change-Id: I18318ef44f99e4f973176dd99b61770b1151f7a0
    Partial-Bug: 1593192