Skip to content

Commit

Permalink
Update the domain and client id of auth0 dev tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Oct 4, 2023
1 parent 7879262 commit bfd7790
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions config/development.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions config/local.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/js/config/local-config-sample.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down

0 comments on commit bfd7790

Please sign in to comment.