Comment 4 for bug 1296348

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

Reviewed: https://review.openstack.org/82375
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=983d8aac2cb52e180d3fbacb163699976c809ec5
Submitter: Jenkins
Branch: master

commit 983d8aac2cb52e180d3fbacb163699976c809ec5
Author: Marek Denis <email address hidden>
Date: Sun Mar 23 19:10:20 2014 +0100

    Add dedicated URL for issuing unscoped federation tokens.

    Add URL /v3/OS-FEDERATION/identity_providers/{identity_providers}/
    protocols/{protocols}/auth that can be later used as a protected
    endpoint in mod_shib configuration.
    Client should be able to access this URL with a HTTP GET and POST
    methods, passing the information about the identity provider as well
    as protocol in the URL.

    Change-Id: Ib6c6bc761f73844e1fc5fd7c606c7a5573077b6b
    Closes-Bug: #1296348