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

Feature Request: API for retrieving the redirect url for MSAL.AcquireTokenRedirect #1644

Closed
ghost opened this issue May 12, 2020 · 1 comment · Fixed by #1691
Closed

Feature Request: API for retrieving the redirect url for MSAL.AcquireTokenRedirect #1644

ghost opened this issue May 12, 2020 · 1 comment · Fixed by #1691
Assignees
Labels
feature Feature requests.

Comments

@ghost
Copy link

ghost commented May 12, 2020

Scenario:

  1. Silent Authentication fails with Multi Factor Authentication Required
  2. SPA prompts the end user to provide credentials (rather than redirecting immediately)

This scenario is difficult to support, as we cannot regenerate the original token request (via AcquireTokenRedirect) when the user clicks the hyperlink. If we had an API to build the redirect url from a request, we could pass it to our UX element.

@jasonnutter jasonnutter added the feature Feature requests. label May 13, 2020
@jasonnutter jasonnutter self-assigned this May 20, 2020
@jasonnutter
Copy link
Contributor

See #1691 for proposed solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature requests.
Projects
None yet
1 participant