You are on page 1of 2

OAUTH settings for Footprints

Below URL shows how to create and register app in Microsoft azure portal.

https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app

Register a new application using the Azure portal

1. Sign in to the Azure portal using either a work or school account or a personal


Microsoft account.(Admin credentials)
2. If your account gives you access to more than one tenant, select your account in the
upper right corner. Set your portal session to the Azure AD tenant that you want.
3. Search for and select Azure Active Directory. Under Manage, select App
registrations.
4. Select New registration.
5. In Register an application, enter a meaningful application name to display to users.
6. Specify who can use the application, as follows:
a. Accounts in this organizational directory only (We have used this for testing env)
b. Accounts in any organizational directory
c. Accounts in any organizational directory and personal Microsoft account
7. In the Redirect URL (Optonal)
Select Web and Keep the other textbox empty
8. Click on Register button

Note: Once the app is registered, select the created App and goto Certificates & Secrets ->
Client Secrets and create a new secret and copy the secret data. This is very important. The
client secret is only shown once. Remember to copy the client secret.

 We need to copy Client id, Client secret and Tenant id.

Now got API Permissions and add the below permissions.


Final list of permission should be as shown below.

Exchange -> EWS.AccessAsUser.All being the Delegated Permission and the rest are
Microsoft Graph -> Application level permissions.

Note: Remember to click on “Grant admin consent for <Organization Name>” and click
on yes for admin consent. (We need to login as admin credentials to grant consent)

Now copy client id, client secret and tenant id in the footprints application.

You might also like