Comment 5 for bug 1642687

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

Reviewed: https://review.openstack.org/399684
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=8c190a1a29dbb17fee044827fc9b651918dfc51e
Submitter: Jenkins
Branch: master

commit 8c190a1a29dbb17fee044827fc9b651918dfc51e
Author: Ronald De Rose <email address hidden>
Date: Fri Nov 18 16:41:08 2016 +0000

    Require domain_id when registering Identity Providers

    An Identity Provider (IdP) should be related (1:1) to a domain so that
    federated users properly belong to a domain and can be uniquely
    identified by their domain + unique_id. This patch makes it so that a
    domain_id is required when registering a new IdP. If not explicitly set
    via the API, the IdP will be mapped to a newly created domain. The docs
    and release notes will be added in a subsequent patch.

    Partial-Bug: #1642687
    Partially-Implements: bp support-federated-attr
    Change-Id: Id18b8b2fe853b97631bc990df8188ed64a6e1275