diff options
author | Zuul <zuul@review.openstack.org> | 2017-10-20 17:34:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-10-20 17:34:52 +0000 |
commit | 6be663a79db4abf277c6fd8d9a7cc0187f8dc7a2 (patch) | |
tree | 1a55a102f9f25e734c69f3ead9f1c8707c908cb5 /doc/source | |
parent | aa91b4d28b0ce15afad9f34d02b9d77922a35523 (diff) | |
parent | 409b482253dec248ed828e92e52b09d4c02e51dd (diff) | |
download | keystonemiddleware-6be663a79db4abf277c6fd8d9a7cc0187f8dc7a2.tar.gz |
Merge "Rename auth_uri to www_authenticate_uri"
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/middlewarearchitecture.rst | 3 |
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 |