690ff6b863
The auth_token middleware has been in keystonemiddleware for a while now. Change-Id: I7a355f0af84334430285e8fd887ae014f1d1f21e
1.4 KiB
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.