summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--keystone/middleware/auth_token.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/keystone/middleware/auth_token.py b/keystone/middleware/auth_token.py
index a6673159..9f9421de 100644
--- a/keystone/middleware/auth_token.py
+++ b/keystone/middleware/auth_token.py
@@ -53,15 +53,9 @@ WWW-Authenticate
HTTP header returned to a user indicating which endpoint to use
to retrieve a new token
-HTTP_AUTHORIZATION
- basic auth password used to validate the connection
-
What we add to the request for use by the OpenStack service
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-HTTP_X_AUTHORIZATION
- The client identity being passed in
-
HTTP_X_IDENTITY_STATUS
'Confirmed' or 'Invalid'
The underlying service will only see a value of 'Invalid' if the Middleware