Closed
Bug 903123
Opened 11 years ago
Closed 11 years ago
Implement Hawk authentication header provider for Android Background Services
Categories
(Android Background Services Graveyard :: Crypto, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: nalexander, Assigned: nalexander)
References
()
Details
(Whiteboard: [qa-])
The slated Firefox Account/PICL authentication protocol authenticates using Hawk (https://github.com/hueniverse/hawk). The Hawk protocol is not well specced, but it is pretty easy to implement against the current Node.js code. This ticket tracks implementing a Java AuthHeaderProvider that speaks the Hawk protocol.
This is similar in spirit to Bug 799729, which did the same for the MAC Auth protocol that Hawk supercedes.
Assignee | ||
Comment 1•11 years ago
|
||
Over to rnewman for review. We could land this on m-c or elm.
Flags: needinfo?(rnewman)
Comment 2•11 years ago
|
||
f+, but a few testability/reuse/perf questions.
Status: NEW → ASSIGNED
Flags: needinfo?(rnewman)
Comment 3•11 years ago
|
||
Also: m-c. Upstream everything we can.
Assignee | ||
Comment 6•11 years ago
|
||
Target Milestone: --- → Firefox 26
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 8•11 years ago
|
||
Is there anything that the Android QA teams needs to do/test/track for this?
Whiteboard: [qa?]
Assignee | ||
Comment 9•11 years ago
|
||
Nope, any issues will be caught when we start building the Android storage client.
Whiteboard: [qa?] → [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•