Hi Mark, Yes, the Authority Service is a web application. You are supposed to call it something like this:
curl " http://localhost:8345/mcf-authority-service/UserACLs?username=foo@domain" ... and you get back a list of tokens and authority statuses. Karl On Thu, Nov 7, 2013 at 1:51 PM, Mark Libucha <[email protected]> wrote: > Hi there, > > Having problems getting my head around the MCF Authority Service. Please > just direct me to the documentation if this information is out there > already. > > Is this service (just) a webapp? > > If so, should running start-webapps.sh install/start it? (I have run > start-webapps.sh, but myhost:8345/mcf-authority-service/UserACLs gives me a > 404.) > > If it's not just a webapp, what else do I need to install/register? That > is, is something like mod-authz-annotate also required in addition to the > webapp? > > Assuming I'm using my own search engine output connector (not using Solr) > how does the search engine call the Authority Service? Via the JSON API? > > Or should I just dive into the Solr plug-in source? > > Thanks, > > Mark >
