X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fservice-proxy%2Fservice-proxy.properties;h=1c67a04a8bbf11fc154e35f3c19406d7969c8fd6;hp=668915b76c77ab96c5dcef3bb6fbf94d8918ae64;hb=01fb4b8cee7cbbcb8255e5070b8783095184626d;hpb=9720875f8d72063a5b845c1ee4a3ec83e2f2b1a8 diff --git a/tools/service-proxy/service-proxy.properties b/tools/service-proxy/service-proxy.properties index 668915b..1c67a04 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,referrer,constraint,ipauth +authn.SPECIFIC_CONSTRAINT = hostName=${thisHost} # categories plugin, for Torus-based target categories categories.TORUS_BASEURL = http://mkc-admin.indexdata.com/torus2/ @@ -38,4 +40,10 @@ ils.CFWS_URL = http://localhost:9003/connector chains.auth = authn chains.categories = categories chains.ils = ils -chains.* = relay # Map all other commands to the Pazpar2 relayer \ No newline at end of file +# Map all other commands to the Pazpar2 relayer +chains.* = relay + + +# Just so I can check that this particular SP config is in use +chains.mike = info +plugins.info = com.indexdata.serviceproxy.plugins.InfoPlugin