Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/# appended in redirect url #275

Open
Hopp3r opened this issue Sep 15, 2020 · 0 comments
Open

/# appended in redirect url #275

Hopp3r opened this issue Sep 15, 2020 · 0 comments

Comments

@Hopp3r
Copy link

Hopp3r commented Sep 15, 2020

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:
AzureAD/microsoft-authentication-library-for-js#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant