Hi all,

We’ve created a stable, sandboxed FxA Oauth integration environment running on 
stable.dev.lcip.org:

Accounts portal: https://stable.dev.lcip.org/
Oauth endpoint: https://oauth-stable.dev.lcip.org/
Test relier: https://123done-stable.dev.lcip.org/

This environment will track the currently production release of FxA, but the 
account database is separate. I’ve included the list of currently configured 
clients below.

If you wish to use this environment to test with FxOS devices, you’ll need to 
change a pref on FxOS to use this accounts server. Instructions are here:

https://github.com/mozilla/fxa-auth-server#using-with-fxos

with auth URI: https://stable.dev.lcip.org/auth/v1
 
Andy and Allen, you can continue to use the environment we set up for you at 
oauth-marketplace.dev.lcip.org (which is connected with the production account 
database), but there are some bad code paths not well addressed in that hybrid 
environment (involving password reset and email confirmation). The issue is 
that the emails sent by the production accounts server will take the user to 
production landing pages for the links, which will be wrong for those flows.

-chris

--------------------------------------------------------------------------------
    {
      "id": "dcdb5ae7add825d2",
      "name": "123done",
      "imageUri": "https://oauth-stable.dev.lcip.org/img/[email protected]";,
      "redirectUri": "https://123done-stable.dev.lcip.org/api/oauth";,
      "whitelisted": true
    },
    {
      "id": "dcdb5ae7add825d3",
      "name": "Loop",
      "imageUri": "https://oauth-stable.dev.lcip.org/img/[email protected]";,
      "redirectUri": "http://localhost:5000/fxaOauth/redirect";,
      "whitelisted": true
    },
    {
      "id": "11c73e2d918ae5d9",
      "name": "Firefox Marketplace DEV",
      "imageUri": "https://oauth-stable.dev.lcip.org/img/[email protected]";,
      "redirectUri": "https://marketplace-dev.allizom.org/fxa/authorize";,
      "whitelisted": true
    },
    {
      "id": "56fc6da8d185c8e3",
      "name": "Firefox Marketplace Dev",
      "imageUri": 
"https://marketplace-dev.mozflare.net/media/img/mkt/logos/128.png";,
      "redirectUri": "http://127.0.0.1/fxa-authorize";,
      "whitelisted": true
    },
    {
      "id": "56fc6da8d185c8e4",
      "name": "Fireplace Marketplace Dev",
      "imageUri": 
"https://marketplace-dev.mozflare.net/media/img/mkt/logos/128.png";,
      "redirectUri": "https://127.0.0.1:8080/fxa-authorize";,
      "whitelisted": true
    }
_______________________________________________
Dev-fxacct mailing list
[email protected]
https://mail.mozilla.org/listinfo/dev-fxacct

Reply via email to