Compare commits
2 Commits
dcb510e28c
...
6006834265
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6006834265 | ||
|
|
ef378b7cbf |
2
Client-Registration/dist/bundle.js
vendored
2
Client-Registration/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1,21 +1,13 @@
|
||||
/**
|
||||
* MSAL Configuration for Entra External ID (Customer Identity)
|
||||
*
|
||||
* This uses the External ID tenant (CIAM) — different from the
|
||||
* internal Entra tenant used by the Admin/Management console.
|
||||
*
|
||||
* TODO: Replace placeholder values with actual External ID tenant details.
|
||||
*/
|
||||
export const msalConfig = {
|
||||
auth: {
|
||||
clientId: '154c9111-14a0-4c0f-8132-7bc68254a74e',
|
||||
authority: 'https://usimclients.ciamlogin.com/891f98f1-ed34-42a1-9b6c-28b0554d92c2',
|
||||
redirectUri: window.location.origin,
|
||||
postLogoutRedirectUri: window.location.origin,
|
||||
knownAuthorities: ['usimclients.ciamlogin.com'],
|
||||
clientId: 'c426967f-bfcc-46af-b4e5-d69dc01cbf75',
|
||||
authority: 'https://PositiveSpendClients.ciamlogin.com/cbf8b7d7-1e13-486d-b5b0-287ba79fdf0b',
|
||||
redirectUri: 'https://register.positivespend.com',
|
||||
postLogoutRedirectUri: 'https://register.positivespend.com',
|
||||
knownAuthorities: ['PositiveSpendClients.ciamlogin.com'],
|
||||
},
|
||||
cache: {
|
||||
cacheLocation: 'sessionStorage',
|
||||
cacheLocation: 'sessionStorage',
|
||||
storeAuthStateInCookie: false,
|
||||
},
|
||||
};
|
||||
@@ -24,9 +16,5 @@ export const loginRequest = {
|
||||
scopes: ['openid', 'profile', 'email'],
|
||||
};
|
||||
|
||||
// Registration Function API
|
||||
export const API_BASE_URL = 'https://adpregapi.usimdev.com';
|
||||
|
||||
// Function key for Registration API (AuthorizationLevel.Function)
|
||||
// TODO: Set this from your Azure Function → App Keys → default host key
|
||||
export const API_FUNCTION_KEY = '';
|
||||
export const API_BASE_URL = 'https://portal.positivespend.com';
|
||||
export const API_FUNCTION_KEY = '';
|
||||
Reference in New Issue
Block a user