Forum Discussion
Question about settings for Sync button and modern app authentication
- Apr 22, 2018
The answer to the first question is here: https://support.office.com/en-us/article/prevent-users-from-installing-the-onedrive-sync-client-b59cf952-f5a3-40ae-9159-36d5f869422c
But as you said, it's not a real restriction as they can just download the client elsewhere (not to mention it comes preinstalled with Win10). If you want to restrict the sync, you can use the second option in the portal or the set-spotenantsyncclientrestriction cmdlet.
For the second question, all Microsoft apps should indeed support MA nowadays, but some time ago this was not true. And having support for MA is important for features such as Conditional access, which you can bypass if using legacy auth. Thus many organizations are interested in being able to block such apps. It's the analog of the -LegacyAuthProtocolsEnabled setting for Set-SPOTenant.
The answer to the first question is here: https://support.office.com/en-us/article/prevent-users-from-installing-the-onedrive-sync-client-b59cf952-f5a3-40ae-9159-36d5f869422c
But as you said, it's not a real restriction as they can just download the client elsewhere (not to mention it comes preinstalled with Win10). If you want to restrict the sync, you can use the second option in the portal or the set-spotenantsyncclientrestriction cmdlet.
For the second question, all Microsoft apps should indeed support MA nowadays, but some time ago this was not true. And having support for MA is important for features such as Conditional access, which you can bypass if using legacy auth. Thus many organizations are interested in being able to block such apps. It's the analog of the -LegacyAuthProtocolsEnabled setting for Set-SPOTenant.
Thanks for your quick reply.
Regarding first question, everything is clear now.
Regarding the second question:
OK, that point you mentioned is clear for me.
But my question is about these apps. What kind of apps are existing on the market? (doesn't matter if already MA support or not)
This information is new for me, that there are apps existing, which can be cooperate with ODFB.
So that's why my question. Do you have some names of these apps for example?
Thank you.
- VasilMichevApr 22, 2018MVP
I don't have an exhaustive list, and not sure if one is readily available, but basically any app that uses the OneDrive APIs to offer "storage" or "open/save file from OneDrive". Slack for example has something like this, Adobe/Foxit, heck even Autodesk products have it.
- Kerim M.Apr 22, 2018Copper ContributorOk, now it's more clear what kind of apps they are. Thanks a lot for your response.