Confirmed users
3,727
edits
Line 11: | Line 11: | ||
Current Dev URLs: | Current Dev URLs: | ||
* Content Server: https://accounts.dev.lcip.org | |||
* Auth Server: https://api-accounts.dev.lcip.org | |||
* Scrypt Server: https://scrypt-accounts.dev.lcip.org | |||
* Verifier: TBD | |||
Corresponding Dev Configs for Firefox: | |||
* identity.fxaccounts.auth.uri=https://api-accounts.dev.lcip.org/v1 | * identity.fxaccounts.auth.uri=https://api-accounts.dev.lcip.org/v1 | ||
* firefox.accounts.remoteUrl=https://accounts.dev.lcip.org/?service=sync | * firefox.accounts.remoteUrl=https://accounts.dev.lcip.org/?service=sync | ||
* services.sync.clusterURL = http://db1.oldsync.dev.lcip.org/ | |||
* services.sync.tokenServerURI = http://auth.oldsync.dev.lcip.org/1.0/sync/1.1 | |||
Production URLs: | Production URLs: | ||
Content server: accounts.firefox.com | * Content server: accounts.firefox.com | ||
Auth server: api.accounts.firefox.com | * Auth server: api.accounts.firefox.com | ||
Scrypt server: scrypt.accounts.firefox.com | * Scrypt server: scrypt.accounts.firefox.com | ||
Verifier: verifier.accounts.firefox.com (this one may be a little mushy) | * Verifier: verifier.accounts.firefox.com (this one may be a little mushy) | ||
https://github.com/mozilla/fxa-auth-server/issues/295 | ** https://github.com/mozilla/fxa-auth-server/issues/295 | ||
Corresponding Production Configs for Firefox: | |||
* TBD | |||
''' Desktop Firefox Accounts Setup ''' | ''' Desktop Firefox Accounts Setup ''' | ||
Line 29: | Line 40: | ||
** identity.fxaccounts.enabled (as boolean) | ** identity.fxaccounts.enabled (as boolean) | ||
** set it’s value as true | ** set it’s value as true | ||
* confirm | * confirm the following Dev/Production configs are defined: | ||
** firefox.accounts.remoteUrl | ** firefox.accounts.remoteUrl | ||
** identity.fxaccounts.auth.uri | ** identity.fxaccounts.auth.uri | ||
** services.sync.clusterURL | |||
** services.sync.tokenServerURI | |||
* restart Nightly | * restart Nightly | ||
* go into file menu Tools > Setup Sync | * go into file menu Tools > Setup Sync | ||
Line 37: | Line 50: | ||
* Verify account via email | * Verify account via email | ||
* See Sync logs or start a new profile and | * See Sync logs or start a new profile and | ||
Other Useful Firefox Configs: | |||
* services.sync.log.appender.file.logOnError = Yes | |||
* services.sync.log.appender.file.logOnSuccess = Yes | |||
* services.sync.log.appender.file.level = Trace | |||
== Mobile Android Firefox Setup == | == Mobile Android Firefox Setup == |