Skip to content

Commit dce657e

Browse files
committed
react scripts upgrade working
1 parent f95d6a7 commit dce657e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

1-Authentication/1-sign-in-react/SPA/src/authConfig.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ export const msalConfig = {
1515
auth: {
1616
// clientId: 'Enter_the_Application_Id_Here', // This is the ONLY mandatory field that you need to supply.
1717
// authority: 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/', // Replace the placeholder with your tenant subdomain
18-
clientId: '94fc755a-af32-43f9-9ce6-5f86f2beb92', // This is the ONLY mandatory field that you need to supply.
19-
authority: 'https://TrialTenantkwFwHYij.ciamlogin.com/', // Replace the placeholder with your tenant subdomain
20-
redirectUri: '/', // Points to window.location.origin. You must register this URI on Azure Portal/App Registration.
18+
clientId: '94fc755a-af32-43f9-9ce6-5f86f2beb928', // This is the ONLY mandatory field that you need to supply.
19+
authority: 'https://TrialTenantkwFwHYij.ciamlogin.com/', // Replace the placeholder with your tenant subdomain redirectUri: '/', // Points to window.location.origin. You must register this URI on Azure Portal/App Registration.
2120
postLogoutRedirectUri: '/', // Indicates the page to navigate after logout.
2221
navigateToLoginRequestUrl: false, // If "true", will navigate back to the original request location before processing the auth code response.
2322
},

0 commit comments

Comments
 (0)