Update incorrect FXA_CONFIG redirect_urls

This commit is contained in:
Mark Striemer 2016-09-14 00:18:19 -05:00
Родитель c939ccbc67
Коммит 2b5d8a09fe
4 изменённых файлов: 7 добавлений и 8 удалений

Просмотреть файл

@ -97,7 +97,7 @@ FXA_CONFIG = {
'content_host': 'https://stable.dev.lcip.org',
'oauth_host': 'https://oauth-stable.dev.lcip.org/v1',
'profile_host': 'https://stable.dev.lcip.org/profile/v1',
'redirect_url': 'http://olympia.dev/api/v3/accounts/authorize/',
'redirect_url': 'http://olympia.dev/api/v3/accounts/authenticate/',
'scope': 'profile',
},
'internal': {

Просмотреть файл

@ -240,7 +240,7 @@ FXA_CONFIG = {
'oauth_host': 'https://oauth-stable.dev.lcip.org/v1',
'profile_host': 'https://stable.dev.lcip.org/profile/v1',
'redirect_url':
'https://addons-dev.allizom.org/api/v3/accounts/authorize/',
'https://addons-dev.allizom.org/api/v3/accounts/authenticate/',
'scope': 'profile',
},
'internal': {
@ -249,8 +249,7 @@ FXA_CONFIG = {
'content_host': 'https://stable.dev.lcip.org',
'oauth_host': 'https://oauth-stable.dev.lcip.org/v1',
'profile_host': 'https://stable.dev.lcip.org/profile/v1',
'redirect_url':
'https://addons-dev.allizom.org/api/v3/accounts/authorize/',
'redirect_url': 'https://addons-admin.dev.mozaws.net/fxa-authenticate',
'scope': 'profile',
},
'amo': {

Просмотреть файл

@ -202,7 +202,7 @@ FXA_CONFIG = {
'oauth_host': 'https://oauth.accounts.firefox.com/v1',
'profile_host': 'https://profile.accounts.firefox.com/v1',
'redirect_url':
'https://addons.mozilla.org/api/v3/accounts/authorize/',
'https://addons.mozilla.org/api/v3/accounts/authenticate/',
'scope': 'profile',
},
'internal': {
@ -212,7 +212,7 @@ FXA_CONFIG = {
'oauth_host': 'https://oauth.accounts.firefox.com/v1',
'profile_host': 'https://profile.accounts.firefox.com/v1',
'redirect_url':
'https://addons.mozilla.org/api/v3/accounts/authorize/',
'https://addons-admin.prod.mozaws.net/fxa-authenticate',
'scope': 'profile',
},
'amo': {

Просмотреть файл

@ -234,7 +234,7 @@ FXA_CONFIG = {
'oauth_host': 'https://oauth.accounts.firefox.com/v1',
'profile_host': 'https://profile.accounts.firefox.com/v1',
'redirect_url':
'https://addons.allizom.org/api/v3/accounts/authorize/',
'https://addons.allizom.org/api/v3/accounts/authenticate/',
'scope': 'profile',
},
'internal': {
@ -244,7 +244,7 @@ FXA_CONFIG = {
'oauth_host': 'https://oauth.accounts.firefox.com/v1',
'profile_host': 'https://profile.accounts.firefox.com/v1',
'redirect_url':
'https://addons.allizom.org/api/v3/accounts/authorize/',
'https://addons-admin.stage.mozaws.net/fxa-authenticate',
'scope': 'profile',
},
'amo': {