Skip to content
This repository has been archived by the owner. It is now read-only.

Conversation

@pkanher617
Copy link
Contributor

This PR updates the quickstart to use the new callback pattern for redirect.

@pkanher617 pkanher617 requested a review from navyasric May 4, 2019 00:22
@pkanher617 pkanher617 self-assigned this May 4, 2019
console.log(error);
// Upon acquireTokenSilent failure (due to consent or interaction or login required ONLY)
// Call acquireTokenRedirect
if (requiresInteraction(error.errorCode)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sameerag There is a reference here to the requiresInteraction method in the redirect flow which is removed. This will cause redirect to fail I think.

@navyasric
Copy link
Contributor

Changes incorporated in this PR: #16

@navyasric navyasric closed this May 4, 2019
@navyasric navyasric deleted the preview_5_update branch May 4, 2019 17:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants