summaryrefslogtreecommitdiffstats
path: root/tests/auth_plugin_external_domain.conf
diff options
context:
space:
mode:
authorJamie Lennox <jlennox@redhat.com>2013-06-17 04:22:06 +0000
committerJamie Lennox <jamielennox@gmail.com>2013-07-17 15:37:14 +1000
commit2667c772a30c16ca147f8e38143b59ac53ec5b0c (patch)
treea0765296b56be440847fa856382f79eed216714f /tests/auth_plugin_external_domain.conf
parent53a03b53e7541367c07df6d4f6739173330f5353 (diff)
downloadkeystone-2667c772a30c16ca147f8e38143b59ac53ec5b0c.tar.gz
keystone-2667c772a30c16ca147f8e38143b59ac53ec5b0c.tar.xz
keystone-2667c772a30c16ca147f8e38143b59ac53ec5b0c.zip
Implement Token Binding.
Brings token binding to keystone server. There are a number of places where the location or hardcoding of binding checks are not optimal however fixing them will require having a proper authentication plugin scheme so just assume that they will be moved when that happens. DocImpact Implements: blueprint authentication-tied-to-token Change-Id: Ib34e5e0b6bd83837f6addbd45d4c5b828ce2f3bd
Diffstat (limited to 'tests/auth_plugin_external_domain.conf')
-rw-r--r--tests/auth_plugin_external_domain.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auth_plugin_external_domain.conf b/tests/auth_plugin_external_domain.conf
index 78f08810..b7be122f 100644
--- a/tests/auth_plugin_external_domain.conf
+++ b/tests/auth_plugin_external_domain.conf
@@ -1,3 +1,3 @@
[auth]
-methods = external
-external = keystone.auth.plugins.external.ExternalDomain \ No newline at end of file
+methods = external, password, token
+external = keystone.auth.plugins.external.ExternalDomain