This commit is contained in:
2
Client-Client/dist/bundle.js
vendored
2
Client-Client/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,19 +1,19 @@
|
||||
// ─── Entra External ID (CIAM for third-party logins) ───
|
||||
const TENANT_ID = '891f98f1-ed34-42a1-9b6c-28b0554d92c2';
|
||||
const CLIENT_ID = '154c9111-14a0-4c0f-8132-7bc68254a74e';
|
||||
const AUTHORITY = `https://USIMClients.ciamlogin.com/${TENANT_ID}`;
|
||||
const AUTHORITY = `https://PositiveSpendClients.ciamlogin.com/${TENANT_ID}`;
|
||||
|
||||
// ─── Gateway API ───
|
||||
export const GATEWAY_URL = 'https://adpapi.usimdev.com';
|
||||
export const GATEWAY_URL = 'https://portal.positivespend.com';
|
||||
|
||||
// ─── Management API (used by HelpIcon for contextual help content) ───
|
||||
export const MANAGEMENT_URL = 'https://adpmgmt.usimdev.com';
|
||||
export const MANAGEMENT_URL = 'https://mgmt.positivespend.com';
|
||||
|
||||
// ─── Session endpoint ───
|
||||
export const SESSION_ENDPOINT = `${GATEWAY_URL}/api/auth/session`;
|
||||
|
||||
// ─── Registration portal ───
|
||||
export const REGISTRATION_URL = 'https://adpregist.usimdev.com';
|
||||
export const REGISTRATION_URL = 'https://regapi.positivespend.com';
|
||||
|
||||
// ─── MSAL configuration ───
|
||||
export const msalConfig = {
|
||||
@@ -22,7 +22,7 @@ export const msalConfig = {
|
||||
authority: AUTHORITY,
|
||||
redirectUri: window.location.origin,
|
||||
postLogoutRedirectUri: window.location.origin,
|
||||
knownAuthorities: ['USIMClients.ciamlogin.com'],
|
||||
knownAuthorities: ['PositiveSpendClients.ciamlogin.com'],
|
||||
navigateToLoginRequestUrl: true
|
||||
},
|
||||
cache: {
|
||||
|
||||
Reference in New Issue
Block a user