The Android, Cordova, and Xamarin Repair Apps use Office 365 APIs and SharePoint REST APIs to interact with an Office 365 / Azure tenancy. The Azure Active Directory Application is used to authorize the Android, Cordova, and Xamarin Repair Apps. To register the Android, Cordova, and Xamarin Repair Apps with an Azure Active Directory follow these instructions.
- Open the Azure Management Portal
- Select Active Directory
- Click on your AAD
- Click Applications
- Click Add
- Click Add an application my organization is developing
- In the Name textbox enter PropertyManagementRepairApp
- For Type, select NATIVE CLIENT APPLICATION
- Click the Arrow button
- In the Redirect URI textbox enter http://PropertyManagementRepairApp
- Click the Checkmark button
- Expand the update your code section and copy the Redirect URI and Client ID values and paste them into a text file. You will use these values when you configure the Android Repair App in Android Studio.
- Click CONFIGURE
- In the permissions to other applications section, click the Add application button.
- Click the + button next to Microsoft Office 365 SharePoint and Microsoft Graph API.
- Click the Checkmark button
- Select the following permissions for Microsoft Graph API:
- Read all notebooks that user can access (preview)
- Sign users in
- Send email as a user
- Read and write all groups
- Read all users' full profiles
- Sign in and read user profile
- Select the following permissions for Microsoft Office 365 SharePoint:
- Have full control of all site collections
- Click Save
Copyright (c) Microsoft, Inc. All rights reserved. Licensed under the Apache License, Version 2.0.