Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 4c57415

Browse files
committed
Merge pull request #84 from OneDrive/peternied-scopes
Adding more details about scopes and configuration to the readme
2 parents ce22b23 + 24fdba3 commit 4c57415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Register your application by following [these](https://dev.onedrive.com/app-regi
3939

4040
The OneDrive SDK for Android comes with Authenticator objects that have already been initialized for OneDrive with Microsoft accounts and Azure Activity Directory accounts. Replace the current settings with the required settings to start authenticating.
4141

42+
Application that authenicate via MSA need to have a [scope of access](https://github.com/OneDrive/onedrive-api-docs/blob/master/auth/msa_oauth.md#authentication-scopes) defined to use features on OneDrive. If your application is being used in for OneDrive for business AAD will need the [administrators consent](https://dev.onedrive.com/app-registration.htm) for your application to communicate with OneDrive.
43+
4244
Note that your _msa-client-id_ should look like `0000000000000000` and _adal-client-id_ should look like `00000000-0000-0000-0000-000000000000`.
4345

4446
```java

0 commit comments

Comments
 (0)