From aa9b455bd8bfe1c1510c216801c4ccbb654de990 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 17 Jul 2014 14:45:38 +0100 Subject: [PATCH] Add ACTION_SEQUENCE for perconfig authentication. --- tools/service-proxy/service-proxy.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/service-proxy/service-proxy.properties b/tools/service-proxy/service-proxy.properties index 302be72..4f851bf 100644 --- a/tools/service-proxy/service-proxy.properties +++ b/tools/service-proxy/service-proxy.properties @@ -24,6 +24,8 @@ relay.CF_ENGINE_ADDRESS = localhost:9003 # authn plugin, for torus based authentication authn.TORUS_URL = http://mkc-admin.indexdata.com/torus2/identity.USERS/records/ authn.MASTER_TORUS_URL = http://mkc-admin.indexdata.com/torus2/admin.admin/records/ +authn.ACTION_SEQUENCE = check,login,ipauth,referrer +#authn.SPECIFIC_CONSTRAINT = vhost=${thisHost} # categories plugin, for Torus-based target categories categories.TORUS_BASEURL = http://mkc-admin.indexdata.com/torus2/ -- 1.7.10.4