updated msal config

This commit is contained in:
MattLeo 2025-12-09 12:58:17 -06:00
parent 475b99e4ed
commit 8ca1cce26b

View File

@ -2,7 +2,7 @@ export const msalConfig = {
auth: { auth: {
clientId: '819be79f-6392-4c9d-9b01-2c4ea108f31f', clientId: '819be79f-6392-4c9d-9b01-2c4ea108f31f',
authority: 'https://login.microsoftonline.com/82bf3877-2abc-4412-aeca-2985f992a32f', authority: 'https://login.microsoftonline.com/82bf3877-2abc-4412-aeca-2985f992a32f',
redirectUri: 'http://kb.jv.com', redirectUri: 'https://kb.jv.com',
}, },
cache: { cache: {
cacheLocation: 'localStorage', cacheLocation: 'localStorage',