Skip to content

Commit 38be383

Browse files
committed
fix merge conflict
2 parents 3302aa5 + e420418 commit 38be383

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

1-Authentication/1-sign-in-react/SPA/package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1-Authentication/1-sign-in-react/SPA/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
18-
"react-scripts": "5.0.1"
18+
"react-scripts": "^5.0.1"
1919
},
2020
"scripts": {
2121
"start": "react-scripts start",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-
redirectUri: '/', // Points to window.location.origin. You must register this URI on Azure Portal/App Registration.
18+
redirectUri: 'http://localhost:3000/redirect', // Points to window.location.origin. You must register this URI on Azure Portal/App Registration.
1919
postLogoutRedirectUri: '/', // Indicates the page to navigate after logout.
2020
navigateToLoginRequestUrl: false, // If "true", will navigate back to the original request location before processing the auth code response.
2121
},

0 commit comments

Comments
 (0)