File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
1-Authentication/1-sign-in/App Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments