keystone/keystone/federation
Lance Bragstad 7b1b6a6fc8 Reduce duplication in federated auth APIs
The GET /v3/OS-FEDERATION/projects and GET /v3/OS-FEDERATION/domains
APIs were introduced to handle tokens from federated users, but now
that GET /v3/auth/projects and GET /v3/auth/domains know how to handle
federated tokens, they're just duplicate APIs.

In the past we deprecated these federated auth APIs, but they still
used separate code paths from GET /v3/auth/projects and GET
/v3/auth/domains. The two code paths are true duplication in that they
don't expect to differ over time and should provide the same user
experience.

Instead of running the risk that comes with two code paths that do the
same thing, we should consolidate them.

Co-Authored-By: Kristi Nikolla <kristi@nikolla.me>

Closes-Bug: 1779205
Change-Id: Ib906c42e1dd2c2408ccd2e256ffd876af02af3fe
(cherry picked from commit df5d75571e)
2018-07-25 15:21:28 +00:00
..
backends Make use of Dict-base including extras explicit 2017-02-06 19:15:15 -08:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
constants.py Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
controllers.py Reduce duplication in federated auth APIs 2018-07-25 15:21:28 +00:00
core.py Merge "Remove all v2.0 APIs except the ec2tokens API" 2018-02-07 09:01:26 +00:00
idp.py Remove test_metadata_invalid_contact_type 2017-05-02 17:10:32 +08:00
routers.py Add HEAD APIs to federated API 2017-06-21 15:06:21 +00:00
schema.py Require domain_id when registering Identity Providers 2017-01-06 16:05:12 +00:00
utils.py Remove log translations in keystone 2017-03-25 18:17:15 +00:00