ubuntu-webapps template needs access to SignonUi API
Bug #1278934 reported by
Alberto Mardegan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apparmor-easyprof-ubuntu (Ubuntu) |
Fix Released
|
High
|
Jamie Strandboge |
Bug Description
SignonUi exposes a D-Bus API which lets the caller retrieve any web cookies associated with the specified account. While we don't want to make this API available to ordinary click apps for obvious reasons, we'd like the webapp-container process be able to call this method.
The webapp-container will use the retrieved cookies to populate the cookie-jar of its webview, just before loading the website.
The D-Bus API is on the session bus, interface=
(the interface was designed back then at Nokia)
Related branches
To post a comment you must log in.
From irc:
10:07 < jdstrand> mardy: thanks. so, does this mean that the facebook app can get the twitter app's cookies?
10:08 < jdstrand> mardy: how do the signon cookies relate to the browser cookies, if at all?