Reputation: 5265
I want the navigate back to an Angular application after logging in through Azure AD. The reply url i want is:
http://localhost:4200/#/authcallback
I tried escaping the #: http://localhost:4200/%23/authcallback
Is there anyway to make Azure AD to redirect an url with hash?
Upvotes: 6
Views: 1713
Reputation: 7728
For anyone else looking for the answer this appears to be a known bug: https://github.com/AzureAD/azure-activedirectory-library-for-js/issues/100
Thomas has created a feature request for this in User Voice and I have created a work item for the product team to confirm whether or not there is a workaround for this. (I will update the thread if the answer changes.)
Upvotes: 7