-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onedrive Business account permissions fix #633 #641
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #641 +/- ##
==========================================
- Coverage 15.15% 15.14% -0.02%
==========================================
Files 15 15
Lines 1452 1453 +1
Branches 317 318 +1
==========================================
Hits 220 220
- Misses 1214 1215 +1
Partials 18 18
Continue to review full report at Codecov.
|
53d9625
to
e6f9039
Compare
Co-authored-by: jbostoen <->
e6f9039
to
f7de728
Compare
Thank you very very much for integrating this! Should there be a note about permissions to the organization's administrators? Or perhaps to the user telling them they might need to consult their admin? |
Added
The consent screen will prompt users to request admin approval if they cannot authorize the app. At some point in the future, the consent screen will mark the integration as "untrustworthy" due us not being able to register it with a verified publisher (no legal entity to register as a MS Partner with). |
Any idea when this will result in a new release? 😁 |
See #646 |
For Chrome, because we have more than 1.5M users, we need incremental rollouts. It could be as long as one month to deliver this version to all existing users. New-install users are able to install this version once it's available in CWS. This version should be available in CWS within one week. For Firefox, @mymindstorm correct me if I have any mistake, it should be already available to all users, including existing users and new-install users. For Edge, we may need some time before it is available to public, but it could not be too long. |
Thanks @Sneezry ! Question: is the 'manual sync' actually a one way backup rather than a sync? I set up the Authenticator with a OneDrive Business on 2 different computers. |
It is usually immediately available. They used to have incremental rollouts but removed it for some reason.
Edge usually takes a week or two for certification and is available immediately.
We will have to correct the string. It is a one way backup and is referenced that way in all other parts of the ui. The only "sync" is the browsers built in extension data sync. I would be wary of using it without backups because it tends to be finicky. |
Hm, thanks for the answer @mymindstorm . I'll have to discuss it with colleagues, but it it would be more clear to remove the word "sync" as it implies two-way sync |
No description provided.