Align Client ID's
This commit is contained in:
2
Client-Admin/dist/bundle.js
vendored
2
Client-Admin/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@ const TENANT_ID = 'f56a3c51-9b5c-4356-920f-b4dcf932a96b'; // positivespend tenan
|
||||
|
||||
// AdPlatform Admin SPA app registration — registered in positivespend tenant
|
||||
// Portal → App Registrations → AdPlatform Admin SPA → Application (client) ID
|
||||
const CLIENT_ID = '6873dee3-aff8-405d-9bc1-120c20794f98'; // TODO: replace after creating Admin SPA registration
|
||||
const CLIENT_ID = '6873dee3-aff8-405d-9bc1-120c20794f98';
|
||||
|
||||
const AUTHORITY = `https://login.microsoftonline.com/${TENANT_ID}`;
|
||||
|
||||
|
||||
Binary file not shown.
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
@@ -10,7 +10,7 @@
|
||||
export const msalConfig = {
|
||||
auth: {
|
||||
clientId: '43c493e4-e1ed-4cd7-ab0a-e507e20af724',
|
||||
authority: 'https://positiveclients.ciamlogin.com/',
|
||||
authority: 'https://positiveclients.ciamlogin.com/positiveclients.onmicrosoft.com',
|
||||
redirectUri: 'https://register.positivespend.com',
|
||||
postLogoutRedirectUri: 'https://register.positivespend.com',
|
||||
knownAuthorities: ['positiveclients.ciamlogin.com'],
|
||||
|
||||
Reference in New Issue
Block a user