react-aad icon indicating copy to clipboard operation
react-aad copied to clipboard

/# appended in redirect url

Open Hopp3r opened this issue 4 years ago • 0 comments

Library versions

  • react-aad-msal: 2.3.5
  • msal: 1.4.0

Describe the bug Upon redirecting to the specified redirectUri, a /# is appended in the url. This is mentioned in this issue along with the solution: https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/1579

If the leftover hash is undesired you can have your handleRedirectCallback set the window.location.href to your desired page and have the same functionality as before.

However, I don't see an exposed callback that is accessible to perform this.

Expected behavior An option should exist to remove /# from being appended in the redirect url.

Hopp3r avatar Sep 15 '20 17:09 Hopp3r