File tree Expand file tree Collapse file tree
1-Authentication/1-sign-in-react/SPA/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,8 @@ import { LogLevel } from '@azure/msal-browser';
1313
1414export const msalConfig = {
1515 auth : {
16- // clientId: 'Enter_the_Application_Id_Here', // This is the ONLY mandatory field that you need to supply.
17- // authority: 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/', // Replace the placeholder with your tenant subdomain
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
16+ clientId : 'Enter_the_Application_Id_Here' , // This is the ONLY mandatory field that you need to supply.
17+ authority : 'https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/' , // Replace the placeholder with your tenant subdomain
2018 redirectUri : 'http://localhost:3000/redirect' , // Points to window.location.origin. You must register this URI on Azure Portal/App Registration.
2119 postLogoutRedirectUri : '/' , // Indicates the page to navigate after logout.
2220 navigateToLoginRequestUrl : false , // If "true", will navigate back to the original request location before processing the auth code response.
You can’t perform that action at this time.
0 commit comments