Skip to content

Commit 68fdc22

Browse files
author
Sachin Maheshwari
committed
setting auth0 for prod env
1 parent ec05c06 commit 68fdc22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const qs = (function (a) {
2323

2424
const authSetup = function () {
2525

26-
let domain = 'auth.topcoder-dev.com';
27-
const clientId = 'BXWXUWnilVUPdN01t2Se29Tw2ZYNGZvH';
26+
let domain = 'auth.topcoder.com';
27+
const clientId = 'UW7BhsnmAQh0itl56g1jUPisBO9GoowD';
2828
const useLocalStorage = false;
2929
const useRefreshTokens = false;
3030
const v3JWTCookie = 'v3jwt';
@@ -38,7 +38,7 @@ const authSetup = function () {
3838
const utmSource = qs['utm_source'];
3939
const utmMedium = qs['utm_medium'];
4040
const utmCampaign = qs['utm_campaign'];
41-
const loggerMode = "dev";
41+
const loggerMode = "prod";
4242
const IframeLogoutRequestType = "LOGOUT_REQUEST";
4343
const enterpriseCustomers = ['zurich', 'cs'];
4444
const mode = qs['mode'] || 'signIn';
@@ -48,7 +48,7 @@ const authSetup = function () {
4848
if (utmSource &&
4949
(utmSource != 'undefined') &&
5050
(enterpriseCustomers.indexOf(utmSource) > -1)) {
51-
domain = "topcoder-dev.auth0.com";
51+
domain = "topcoder.auth0.com";
5252
returnAppUrl += '&utm_source=' + utmSource;
5353
}
5454

0 commit comments

Comments
 (0)