Dear all, I have installed a local Barbican server following this<https://github.com/cloudkeep/barbican/wiki/Barbican-Quick-Start-Guide>guide. All is OK. I have configured Keystone for use with Barbican<https://github.com/cloudkeep/barbican/wiki/Developer-Guide-for-Keystone>, installed a keystone service on the same VM in which Barbican runs, and ran the keystone_data.sh file and edited the "barbican-api-paste.ini" e "barbican-admin-paste.ini". So, I have obtained a scoped token from the local keystone, but the following command have the same effect. What is the correct workflow between the barbican and keystone middleware service? curl -H "Accept: applicaton/json" -H "X-Auth-Token:MIIEUQYJKoZIhvcNAQcCoIIEQj3PslNXBcZuRdLdrnvuZk=" http://localhost:9311 curl -H "Accept: applicaton/json" -H "X-Auth-Token:blablabla" http://localhost:9311 curl -H "Accept: applicaton/json" http://localhost:9311 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140120/aacd0343/attachment.html>