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.
Our office-js add-on has been working fine for Authentication, and but with the recent release of Windows 1903 in combination with Office 1906, after the user logs into the authenticator, it does not redirect back to my Add-On and stays in the same window. Zero changes on our end, rolling back Office it works again.
I will also note the Authentication Dialog has changed behaviour, where it would previosu show a nice title, it now shows a title along with the URL.
I have the same problem with other Add-ons from the Store .
Anyone experiencing the same and have a workaround.
The text was updated successfully, but these errors were encountered:
albimcleod
changed the title
Office Version 1906 / Windows 1903 - Authentication Redirect
Office Version 1907 / Windows 1903 - Authentication Redirect
Aug 6, 2019
I'm seeing the same behavior with our Outlook add-in after updating to windows 1903. Our add-in works fine in outlook online in edge (I understand this update switched the webview from IE11 to Edge).
This is also broken for us, and I'd love a solution for our customers, so I'm tagging the folks mentioned in the readme: @casieber / @Zlatkovsky can anything be done here to fix this?
I was able to build a workaround using local storage. Basically, the oauth redirect page sets a token in local storage and the host page polls local storage periodically looking for the token
Thanks @Zlatkovsky. I see now that your PR #123 would have avoided this kind of confusion, sorry about that. Thanks for responding despite no longer being involved!
OfficeDev
locked as too heated and limited conversation to collaborators
Oct 10, 2019
Our office-js add-on has been working fine for Authentication, and but with the recent release of Windows 1903 in combination with Office 1906, after the user logs into the authenticator, it does not redirect back to my Add-On and stays in the same window. Zero changes on our end, rolling back Office it works again.
I will also note the Authentication Dialog has changed behaviour, where it would previosu show a nice title, it now shows a title along with the URL.
I have the same problem with other Add-ons from the Store .
Anyone experiencing the same and have a workaround.
The text was updated successfully, but these errors were encountered: