Thank you :) 'CAS is working properly' by my little understanding is I'm able to login to each app with one single id, though I have to manually provide credentials data once again to each app.
I've followed your sample and it works. Then I change the adapter to MySQL. Setting up all DAL to refer to one single database. I go to http://127.0.0.1:8000/app1/default/index and I get InternalError: (1050, u"Table 'auth_user' already exists"). So I set auth.define_tables(migrate=False) of the consumers and am able to enter app1/default/index. I click login then I get InternalError: (1054, u"Unknown column 'auth_user.username' in 'field list'"). What do I miss here? Thank you again.

