I am using Central Authentication Service in my app and it works OK. But I cannot add any membership which worked when I did not use CAS.
So I have a provider at http://127.0.0.1:8000/provider/default/user. My consumer contains: auth = Auth(db,cas_provider = 'http://127.0.0.1:8000/provider/default/user/cas') auth.define_tables() So when I log in into my consumer I can use users created in the provider. But when in the consumer appadmin I want to assign users to groups using memberships I cannot see the users: <https://lh4.googleusercontent.com/-F6vseqW6urw/VL1FWZ_ZkAI/AAAAAAAAAF4/7QkivpnbRQI/s1600/membership.png> Membership handling worked well when not using CAS. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

