On Jul 3, 2014, at 8:41 AM, Richard Newman <[email protected]> wrote: > > If you're looking to build your own client software stack, reusing some of > Mozilla's code, you can start building your own auth on top of Sync.
This is a path (albeit a scary one). The tokenserver is authentication agnostic - if you want to build a module into it that will accept Kerberos or another auth system, that's pretty doable. However, you'll have to modify Firefox to speak that protocol (including making sure that the client-side encryption is working properly). Toby _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

