correct utr for MSAL
All checks were successful
Client Registration / build-deploy (push) Successful in 9s

This commit is contained in:
Grae Jones
2026-03-22 20:44:35 -07:00
parent 245c85a08b
commit 8c37f3d624
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +1,10 @@
export const msalConfig = {
auth: {
clientId: 'c426967f-bfcc-46af-b4e5-d69dc01cbf75',
authority: 'https://PositiveSpendClients.ciamlogin.com/',
authority: 'https://positiveclients.ciamlogin.com/',
redirectUri: 'https://register.positivespend.com',
postLogoutRedirectUri: 'https://register.positivespend.com',
knownAuthorities: ['PositiveSpendClients.ciamlogin.com'],
knownAuthorities: ['positiveclients.ciamlogin.com'],
},
cache: {
cacheLocation: 'sessionStorage',