keystone/doc/source/middlewarearchitecture.rst
Brant Knudson 690ff6b863 Update references to auth_token middleware.
The auth_token middleware has been in keystonemiddleware for a
while now.

Change-Id: I7a355f0af84334430285e8fd887ae014f1d1f21e
2014-10-31 17:17:13 -05:00

1.4 KiB

Middleware Architecture

Abstract

The Keystone middleware architecture supports a common authentication protocol in use between the OpenStack projects. By using Keystone as a common authentication and authorization mechanism, the OpenStack project can plug in to existing authentication and authorization systems in use by existing environments.

The auth_token middleware is no longer hosted in Keystone and has moved to the keystonemiddleware project. The documentation regarding authentication middleware can be found there.