Imported Upstream version 0.0.1
[profile/ivi/signonui-efl.git] / README
1 Authentication UI for accounts-sso
2
3 https://code.google.com/p/accounts-sso/
4
5 This is a authentication UI for the Accounts and Single Sign-On
6 framework. It includes a D-Bus service. When queryDialog() is 
7 called the service will, if needed, show the user a Elementary 
8 (EFL) authentication dialog and return the results of this
9 authentication when user is ready.
10
11 The dialog is a minimal implementation: it does not try to be fancy,
12 and has only been 'designed' to the point where all the supported
13 options are somewhat available in the UI. Proper user interaction
14 design will likely result in a re-implementation of sso-ui-dialog.
15
16 This implementation is currently untested with any real sso
17 daemon, and the D-Bus API is largely undocumented, so interoperability
18 fixes are likely to be needed: As an example, the D-Bus names and paths
19 are mostly made up. It does include a small test suite and
20 tools to trigger the dialog for manual testing.