msal-browser-react
msal-browser-react copied to clipboard
This sample shows how to authenticate users with Azure AD in a React application using the new Authorization Code Flow with PKCE
Issue with msal-context.js file encountered on startup TypeError: pc.getAccount is not a function (anonymous function) D:/JS/React/Download/6 pcibraro_msal-browser-react/msal-browser-react-master/src/msal-context.js:45 42 | setLoginError(error); 43 | }); 44 | > 45 | if (pc.getAccount())...
I noticed that the sign in button appears briefly before the page with the Get Token and Sign Out buttons appears, is there some way to fix that?