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
When authenticating via this library, a small window within the app appears to collect user information. The below code will popup a window for authentication inside the app for old Teams, new Teams, and old Outlook.
But, the "new" version of Outlook does not work. It pops the user into a web browser, which cannot possibly work as the promise cannot be resolved in a different app.
To reproduce, simply head to AppSource and install the Simple In/Out application. If you are in any version of Teams or old Outlook, you'll see the popup "in app" correctly. But if you try to log in from new Outlook, you'll see yourself sent to a web browser in error.
The Bug in new Outlook (or this library)
When authenticating via this library, a small window within the app appears to collect user information. The below code will popup a window for authentication inside the app for old Teams, new Teams, and old Outlook.
But, the "new" version of Outlook does not work. It pops the user into a web browser, which cannot possibly work as the promise cannot be resolved in a different app.
Reproduction
To reproduce, simply head to AppSource and install the Simple In/Out application. If you are in any version of Teams or old Outlook, you'll see the popup "in app" correctly. But if you try to log in from new Outlook, you'll see yourself sent to a web browser in error.
I've also reported this here with no helpful workaround or solution.
The text was updated successfully, but these errors were encountered: