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
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
In add in, the user clicks on a button to authenticate
It open a first dialog box to provide two ways of authentication
The user clicks on "Sign in with Microsoft"
At this point, the office-js-helpers authenticator is called and it tries to open a new Dialog. But it's already in the previous Dialog context, therefore, Excel context is not available anymore.
After reading the code, my pov is : office-js-helpers should know that it's running in a Dialog and launch a web window instead.
I don't know exactly how to check it, maybe around getHostInfo() of office-js-helpers/src/helpers/utilities.ts ?
Or is there an other way?
This error happens when I want to test authentication on https://localhost:3443 for an add-in I'm developing locally:
Any clues what it is?
The text was updated successfully, but these errors were encountered: