Skip to content

Commit c1525dd

Browse files
salman90derisen
andauthored
Update 1-Authentication/1-sign-in/App/authConfig.js
Update path Co-authored-by: Doğan Erişen <dogan.erisen@gmail.com>
1 parent d6973ae commit c1525dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-Authentication/1-sign-in/App/authConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const msalConfig = {
88
auth: {
99
clientId: 'Enter_the_Application_Id_Here', // This is the ONLY mandatory field that you need to supply.
1010
authority: 'https://login.microsoftonline.com/Enter_the_Tenant_Info_Here', // Defaults to "https://login.microsoftonline.com/common"
11-
redirectUri: 'http://localhost:3000', // You must register this URI on Azure Portal/App Registration. Defaults to window.location.href
11+
redirectUri: '/', // You must register this URI on Azure Portal/App Registration. Defaults to window.location.href e.g. http://localhost:3000/
1212
navigateToLoginRequestUrl: true, // If "true", will navigate back to the original request location before processing the auth code response.
1313
},
1414
cache: {

0 commit comments

Comments
 (0)