Skip to content

Commit bfd7790

Browse files
committed
Update the domain and client id of auth0 dev tenant
1 parent 7879262 commit bfd7790

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

config/development.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"environment": "DEV",
3-
"auth0_domain": "auth-dev.mozilla.auth0.com",
3+
"auth0_domain": "dev.mozilla-dev.auth0.com",
44
"cdn_domain": "cdn.sso.allizom.org",
55
"LDAP_connection_name": "Mozilla-LDAP-Dev",
66
"iam_api_domain": "iam.api.test.sso.allizom.org",
7-
"logout_url": "https://auth-dev.mozilla.auth0.com/v2/logout?returnTo=https://sso.allizom.org/signout.html",
7+
"logout_url": "https://dev.mozilla-dev.auth0.com/v2/logout?returnTo=https://sso.allizom.org/signout.html",
88
"sso_dashboard_url": "https://sso.allizom.org",
99
"GTM_ID": "GTM-T2N2BRW",
10-
"client_ID": "CIynn5wTPyYZQcA1FJx1Io9z4t7QWDaE",
10+
"client_ID": "ePsG2xvde5KFkUviYJ0I7VtpiR7fGo0i",
1111
"features": {
1212
"autologin": "true",
1313
"iam_api_lookup": "true",

config/local.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"environment": "DEV",
3-
"auth0_domain": "auth-dev.mozilla.auth0.com",
3+
"auth0_domain": "dev.mozilla-dev.auth0.com",
44
"cdn_domain": "localhost:3000",
55
"LDAP_connection_name": "Mozilla-LDAP-Dev",
66
"iam_api_domain": "iam.api.dev.sso.allizom.org",
7-
"logout_url": "https://auth-dev.mozilla.auth0.com/v2/logout?returnTo=https://sso.allizom.org/signout.html",
7+
"logout_url": "https://dev.mozilla-dev.auth0.com/v2/logout?returnTo=https://sso.allizom.org/signout.html",
88
"sso_dashboard_url": "https://sso.allizom.org",
99
"GTM_ID": "GTM-T2N2BRW",
10-
"client_ID": "CIynn5wTPyYZQcA1FJx1Io9z4t7QWDaE",
10+
"client_ID": "ePsG2xvde5KFkUviYJ0I7VtpiR7fGo0i",
1111
"features": {
1212
"autologin": "true",
1313
"iam_api_lookup": "true",

src/js/config/local-config-sample.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"domain": "auth-dev.mozilla.auth0.com",
3-
"clientID": "CIynn5wTPyYZQcA1FJx1Io9z4t7QWDaE",
2+
"domain": "dev.mozilla-dev.auth0.com",
3+
"clientID": "ePsG2xvde5KFkUviYJ0I7VtpiR7fGo0i",
44
"redirectUri": "http://localhost:3000/callback",
55
"responseType": "token"
66
}

0 commit comments

Comments
 (0)