I have an existing web app with a DB of users. I'm building a mobile app with Titanium and would like to utilize the their Cloud ACS services to store data, instead of having to add new tables to my existing DB.
Instead of having my existing users create an account and login via the ACS Users apis - is it possible to authenticate against my user db, then just store data (Custom Objects, Files) in ACS? Has anyone done this or are there any suggested tips for attempting something like this. I was hoping to avoid loading my existing users into ACS Users (and keeping in synch) if possible, but I don't know of any other way.
Thanks for the suggestions.