useHash for all but a single component

73 Views Asked by At

I am using Angular 6 with ADAL.js. At login users are redirected to Azure Active Directory, and following to a redirect url http://localhost:4200/authcallback. However when I started using useHash:true, the redirect was broken. I tried adding following redirect uri into AAD:

http://localhost:4200/#/authcallback

But AAD can't apperently handle this. Is there away to say useHash:true for everything but a single route?

0

There are 0 best solutions below