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.
I'm working on a Powerpoint add-in which supports signing in via Google.
I have used the office-js-helpers library to power the OAuth2 setup for Google.
It works great for most platforms, but when clicked on an iPad, I'm getting a 403 user_agent error from Google:
I believe this is because of a policy change by Google (went into full effect Apr 2017) not allowing OAuth requests from Webviews (as seen here).
Will office-js-helpers be updated to tackle this issue? Do you have any recommendations on how to address this in the meantime?
The text was updated successfully, but these errors were encountered:
I'm working on a Powerpoint add-in which supports signing in via Google.
I have used the office-js-helpers library to power the OAuth2 setup for Google.
It works great for most platforms, but when clicked on an iPad, I'm getting a 403 user_agent error from Google:
I believe this is because of a policy change by Google (went into full effect Apr 2017) not allowing OAuth requests from Webviews (as seen here).
Will office-js-helpers be updated to tackle this issue? Do you have any recommendations on how to address this in the meantime?
The text was updated successfully, but these errors were encountered: