Thomas Segato
Thomas Segato

Reputation: 5265

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?

Upvotes: 6

Views: 1713

Answers (1)

Marilee Turscak - MSFT
Marilee Turscak - MSFT

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

Related Questions