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.
it is extremly badly done. however depending on how you created your application the dev server will have some html sites which should be your returnUrl.
Currently if I use yeoman to generate a word-addin it will create the following structure:
Now it also depends on the created webpack config which contains plugins like that: which have a filename attribute . if the filename attribute is taskpane.html you can open that page with https://localhost:3000/taskpane.html and thus that should be your redirect uri.
You can also set your redirect uri to window.location however that means that you need to have a block of:
Office.initialize = reason => {
if (OfficeHelpers.Authenticator.isAuthDialog()) {
return;
}
wherever an authenticator could be opened.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I debuging on my https://localhost:3000 some outlook plugin , I am wondering how redirectUrl should be set ? If I set to https://localhost:3000 it does not work.
The text was updated successfully, but these errors were encountered: