Office365 Azure App Configuration Guide

Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

Contents

Overview ......................................................................................................................................................... 3
Prerequisites ................................................................................................................................................... 3
Navigate to Azure Active Directory ..................................................................................................................... 3
App Authentication ........................................................................................................................................... 5
Adding Permissions .......................................................................................................................................... 6
Adding Client Secrets .................................................................................................................................................. 10

Copyright@AVASOFTINC 2
Overview
This document guides you through Azure app configuration in AVAMIGRATRON.

Prerequisites
An office 365 account with Global Admin Credentials.

Navigate to SharePoint
1. Login into Office 365 and navigate to your SharePoint application from the app launcher given on top-left
corner.

2. From the Share point URL get the Tenant Name like below mentioned and note it as Tenant Name.
e.g.: https://yourTenantname.sharepoint.com. Here Tenant name is yourTenantname.

Copyright@AVASOFTINC 3
Navigate to Azure Active Directory

1. Log in to the Azure Active Directory using Global Admin Credentials.


2. Click “Azure Active Directory” in the left pane and select “App registration”. To create a new application,
click on “New registration”.

3. You must fill in the below fields for creating a new application,
a. Name : Name for application (Example: Migration Service)
b. Supported account types : Choose “Accounts in this organizational
directoryonly” option
c. Redirect UR : Enter this redirect URL
(https://app.avamigratron.com/VerifyUser/MSTeamsUserVerification)

Copyright@AVASOFTINC 4
4. Click on “Register”.

5. Application registered successfully. Note the Application (Client) ID.

Copyright@AVASOFTINC 5
App Authentication

Authenticate the application by

1. Click on “Authentication” in the left pane.


2. Set Allow public client flows and click on Yes.
3. Click on “Save”.

Copyright@AVASOFTINC 6
Adding Permissions
Follow these steps to add API permissions

1. Click on “API permissions” in left pane and click on “Add a permission”.

2. Select “Microsoft Graph”.

Copyright@AVASOFTINC 7
3. Click on “Application permission”, add the below permission, and click “Add permissions”.

a. Directory.ReadWrite.All
b. TeamWork.Migrate.All
c. User.Read.All
d. Sites.ReadWrite.All
e. ChannelMember.ReadWrite.All
f. ChatMember.ReadWrite.All
g. TeamMember.ReadWrite.All

4. Click on “Delegated permission” and add the below permissions. Click on “Add permissions”.

a. Directory.ReadWrite.All
b. User.Read.All
c. Group.ReadWrite.All
d. Sites.ReadWrite.All
e. Chat.ReadWrite

Copyright@AVASOFTINC 8
5. Once Application and Delegated permissions are added, Click on “Grant admin consent”.

Copyright@AVASOFTINC 9
6. on “Yes”. Click

7. The app has Successfully granted admin consent for requested permission.

Copyright@AVASOFTINC 10
Adding Client Secrets

1. Click on “Certificates and secrets” in left pane and click on “New client secret”.

2. Fill in the following fields


a. Description- Enter the description for creating client secret ID.
b. Expires - Choose the validity period for the secret ID based on migration
serviceperiod
c. Click on “Add”

Copyright@AVASOFTINC 11
3. Note the “client secret ID”.

4. The Application (Client) ID and Client Secret ID will be the input to connect to MS Teams.

Copyright@AVASOFTINC 12

You might also like