msal-angular
msal-angular copied to clipboard
Could really use some help. Very new to Azure AD and MSAL.JS
I am using this library to authenticate to my company's B2C tenant. I have copied the base library into my project and setup my B2C tenant info and registered my app in the tenant.
I can login and get redirected to my home page. But as soon as i call the getUser() function in the Msal.Service.ts, the browser just hangs...
Any help would be greatly appreciated.