Doğan Erişen
Doğan Erişen
@doug-williamson @sameerag let me try reproducing this and get back
@doug-williamson sorry for the delayed response. I can reproduce this. Looks like the Guard correctly loads the failed-component when this error occurs, but keeps navigating to the failed-component afterwards due...
@doug-williamson Ah, my bad -it was supposed to be `window.location.replace(urlToNavigate)`. This should refresh the page to clear the memory that's causing the issue with handleRedirectPromise. Can you confirm? I still...
@doug-williamson Hmm, I'm following the exact configuration you have in the sample you shared. Can we try again in this manner? 1. Grab the [angular-b2c-sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v2-samples/angular-b2c-sample-app) 2. Configure `app-routing.module.ts` as: ```typescript...
@bpossolo this is excellent feedback, thank you very much for taking the time! I'll try to respond to some of them below: > ### Some of the ways that it's...
@kevinbailey25 not yet I'm afraid. Please continue calling `getAccount()` APIs beforehand in the meantime. cc @bgavrilMS @Robbie-Microsoft
@cvburgess could you please check out the [samples here](https://github.com/Azure-Samples/ms-identity-javascript-angular-spa-aspnet-webapi-multitenant).
@dirthsj @sameerag possibly related to #3406