You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Library versions
react-aad-msal
: 2.3.5msal
: 1.4.0Describe the bug
Upon redirecting to the specified redirectUri, a /# is appended in the url.
This is mentioned in this issue along with the solution:
AzureAD/microsoft-authentication-library-for-js#1579
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.
The text was updated successfully, but these errors were encountered: