
We can have only two fields in login screen, username and password. Username will include domain name(username@domain). Default domain name can be "internal" if user didn't enter the domain name as part of username then we can append the default value and validate. Note: We use username@domain as username when we connect through <rest_api_url>/api -- regards Aravinda On 03/07/2013 11:15 AM, Shireesh Anjal wrote:
Hi,
We are trying to develop a simple android app to monitor and manage gluster clusters by consuming the restapi exposed by engine. The first screen is the login screen, which is similar to the webadmin login screen. Here, we want to populate the combo box of "domains" by fetching it from the restapi. However, the domains api cannot be invoked without authentication! So we have a sort of a chicken-and-egg problem.
Any suggestions on how to tackle this? I feel the "domains" api should be "public", in the sense it should not expect authentication.
Regards, Shireesh _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel