Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Active Directory, App registrations, reply url with hash

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?

like image 453
Thomas Segato Avatar asked Sep 29 '18 09:09

Thomas Segato


1 Answers

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.)

like image 131
Marilee Turscak - MSFT Avatar answered Oct 22 '22 04:10

Marilee Turscak - MSFT