Confirmed users
927
edits
Tarek.ziade (talk | contribs) (Created page with "This page discusses the implementation of an OpenID service. = Requirements = An OpenID service is provided with: * a page to register for a new user account at Mozilla * a l...") |
Tarek.ziade (talk | contribs) |
||
| Line 3: | Line 3: | ||
= Requirements = | = Requirements = | ||
* a | * Firefox detects forms that offer OpenID and inject a "Sign in using your Firefox Identity" in it so the user can use it to sign in. | ||
* If it's a new site, Firefox adds it to the authorized sites for the user, by calling our Identity server. The request performs the authentication and returns an OpenID URL | |||
* | |||
* | * The relying party can use this URL to authenticate the user | ||
* XXX Display authorized sites ? | |||
XXX TBD - mconnor | XXX TBD - mconnor | ||