summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-10-20 17:34:52 +0000
committerGerrit Code Review <review@openstack.org>2017-10-20 17:34:52 +0000
commit6be663a79db4abf277c6fd8d9a7cc0187f8dc7a2 (patch)
tree1a55a102f9f25e734c69f3ead9f1c8707c908cb5 /doc
parentaa91b4d28b0ce15afad9f34d02b9d77922a35523 (diff)
parent409b482253dec248ed828e92e52b09d4c02e51dd (diff)
downloadkeystonemiddleware-6be663a79db4abf277c6fd8d9a7cc0187f8dc7a2.tar.gz
Merge "Rename auth_uri to www_authenticate_uri"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/middlewarearchitecture.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst
index 61882c1..e9ec7c8 100644
--- a/doc/source/middlewarearchitecture.rst
+++ b/doc/source/middlewarearchitecture.rst
@@ -259,7 +259,8 @@ swift/cloud files and for legacy Rackspace use. If the token isn't present and
the middleware is configured to not delegate auth responsibility, it will
respond to the HTTP request with HTTPUnauthorized, returning the header
``WWW-Authenticate`` with the value `Keystone uri='...'` to indicate where to
-request a token. The auth_uri returned is configured with the middleware.
+request a token. The URI returned is configured with the
+``www_authenticate_uri`` option.
The authentication middleware extends the HTTP request with the header
``X-Identity-Status``. If a request is successfully authenticated, the value