Confirmed users
282
edits
(→FAQ) |
|||
| Line 32: | Line 32: | ||
=Architecture= | =Architecture= | ||
== Firefox Accounts | == Firefox Accounts Services == | ||
* | Firefox Accounts Services is provided by several sub-services: | ||
=== API Server === | |||
The Firefox Account API Server provides an HTTP API that: | |||
* authenticates the user | |||
* enables the user to authenticate to other services via BrowserID assertions | |||
* enables change and reset password operations | |||
This server is nearly a BrowserID identity provider, but should not (at this point in time) be considered one. | |||
Links: | |||
* Code: https://github.com/mozilla/picl-idp | * Code: https://github.com/mozilla/picl-idp | ||
* API documentation: https://github.com/mozilla/picl-idp/blob/master/docs/api.md | * API documentation: https://github.com/mozilla/picl-idp/blob/master/docs/api.md | ||
* | * API design document: [[Identity/AttachedServices/KeyServerProtocol]] | ||
* Dev server: https://idp.dev.lcip.org | |||
* | |||
== Firefox Accounts on Desktop == | == Firefox Accounts on Desktop == | ||