-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Using version 0.1.3
Code:
let microsoftApp = new UserAgentApplication("my-app-id", null, null);
microsoftApp.loginPopup(["openid", "email"])
.then(idtoken => /* do something with the id token */)
.catch(error => /* do something with the error */);
Expected behavior:
A login popup pops up and after the user logs in the pop up closes itself and the loginPopup promise resolves (or rejects).
Actual behavior:
A login popup pops up and after the user logs in the pop up redirects back to my site in the pop up.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
