diff --git a/config/development.json b/config/development.json index aef1b398..02cadd4f 100644 --- a/config/development.json +++ b/config/development.json @@ -1,13 +1,13 @@ { "environment": "DEV", - "auth0_domain": "auth-dev.mozilla.auth0.com", + "auth0_domain": "dev.mozilla-dev.auth0.com", "cdn_domain": "cdn.sso.allizom.org", "LDAP_connection_name": "Mozilla-LDAP-Dev", "iam_api_domain": "iam.api.test.sso.allizom.org", - "logout_url": "https://auth-dev.mozilla.auth0.com/v2/logout?returnTo=https://sso.allizom.org/signout.html", + "logout_url": "https://dev.mozilla-dev.auth0.com/v2/logout?returnTo=https://sso.allizom.org/signout.html", "sso_dashboard_url": "https://sso.allizom.org", "GTM_ID": "GTM-T2N2BRW", - "client_ID": "CIynn5wTPyYZQcA1FJx1Io9z4t7QWDaE", + "client_ID": "ePsG2xvde5KFkUviYJ0I7VtpiR7fGo0i", "features": { "autologin": "true", "iam_api_lookup": "true", diff --git a/config/local.json b/config/local.json index 3814968e..32782574 100644 --- a/config/local.json +++ b/config/local.json @@ -1,13 +1,13 @@ { "environment": "DEV", - "auth0_domain": "auth-dev.mozilla.auth0.com", + "auth0_domain": "dev.mozilla-dev.auth0.com", "cdn_domain": "localhost:3000", "LDAP_connection_name": "Mozilla-LDAP-Dev", "iam_api_domain": "iam.api.dev.sso.allizom.org", - "logout_url": "https://auth-dev.mozilla.auth0.com/v2/logout?returnTo=https://sso.allizom.org/signout.html", + "logout_url": "https://dev.mozilla-dev.auth0.com/v2/logout?returnTo=https://sso.allizom.org/signout.html", "sso_dashboard_url": "https://sso.allizom.org", "GTM_ID": "GTM-T2N2BRW", - "client_ID": "CIynn5wTPyYZQcA1FJx1Io9z4t7QWDaE", + "client_ID": "ePsG2xvde5KFkUviYJ0I7VtpiR7fGo0i", "features": { "autologin": "true", "iam_api_lookup": "true", diff --git a/src/js/config/local-config-sample.json b/src/js/config/local-config-sample.json index 4f160a0a..f9b3edca 100644 --- a/src/js/config/local-config-sample.json +++ b/src/js/config/local-config-sample.json @@ -1,6 +1,6 @@ { - "domain": "auth-dev.mozilla.auth0.com", - "clientID": "CIynn5wTPyYZQcA1FJx1Io9z4t7QWDaE", + "domain": "dev.mozilla-dev.auth0.com", + "clientID": "ePsG2xvde5KFkUviYJ0I7VtpiR7fGo0i", "redirectUri": "http://localhost:3000/callback", "responseType": "token" }