"Mballo Cherif" <[email protected]> wrote: > Hello everybody ! > I need to understand how does horizon use keystone to authenticate > user in dashboard? > What is really the interaction with horizon and keystone? > I am looking the horizon code but it's not easy to understand. > > Thanks you for your help! > > Sherif.
Hi Sherif. Horizon uses a separate plug-in for authentication that you can find on GitHub: https://github.com/gabrielhurley/django_openstack_auth/ . The code you're looking for probably is in the authenticate() method at openstack_auth/backend.py. https://github.com/gabrielhurley/django_openstack_auth/blob/master/openstack_auth/backend.py#L56 Hope this helps, Julie _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

