correct utr for MSAL
All checks were successful
Client Registration / build-deploy (push) Successful in 9s
All checks were successful
Client Registration / build-deploy (push) Successful in 9s
This commit is contained in:
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
@@ -1,10 +1,10 @@
|
|||||||
export const msalConfig = {
|
export const msalConfig = {
|
||||||
auth: {
|
auth: {
|
||||||
clientId: 'c426967f-bfcc-46af-b4e5-d69dc01cbf75',
|
clientId: 'c426967f-bfcc-46af-b4e5-d69dc01cbf75',
|
||||||
authority: 'https://PositiveSpendClients.ciamlogin.com/',
|
authority: 'https://positiveclients.ciamlogin.com/',
|
||||||
redirectUri: 'https://register.positivespend.com',
|
redirectUri: 'https://register.positivespend.com',
|
||||||
postLogoutRedirectUri: 'https://register.positivespend.com',
|
postLogoutRedirectUri: 'https://register.positivespend.com',
|
||||||
knownAuthorities: ['PositiveSpendClients.ciamlogin.com'],
|
knownAuthorities: ['positiveclients.ciamlogin.com'],
|
||||||
},
|
},
|
||||||
cache: {
|
cache: {
|
||||||
cacheLocation: 'sessionStorage',
|
cacheLocation: 'sessionStorage',
|
||||||
|
|||||||
Reference in New Issue
Block a user