keystone/keystone/tests
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
..
common Add application credential auth plugin 2018-01-27 12:00:19 +01:00
functional Fix a few spelling mistakes 2016-06-24 02:53:48 +00:00
hacking Remove duplicated hacking rule 2017-06-28 07:48:03 +00:00
unit Reduce duplication in federated auth APIs 2018-07-25 15:21:28 +00:00
__init__.py Move existing tests to unit 2015-02-13 15:54:29 -06:00