Documentation

UVdesk - How to use Microsoft App

What Is Microsoft App?

The Microsoft App integration allows you to link your UVdesk support system with Microsoft Azure Active Directory. This enables you to retrieve user information and access email data securely using Microsoft Graph APIs.

Here I am drafting out few configuration steps to automatically integrate your Microsoft App in the UVdesk.

Steps to use Microsoft App :

  1. Login to your UVdesk Support Panel.
  2. On the Dashboard, you will see "SETTINGS" menu and under it, you will find "Microsoft Apps".

  3. Now, just click on “New App” button.

  4. Need to fill out all below details and proceed by clicking “Proceed” button.

Configurations:

  1. App Name: Enter an app name to easily help you identify its purpose.
  2. Supported Account Types: Choose "Accounts in any organizational directory and personal Microsoft accounts".
  3. Redirect URI: Select platform as Web and enter https://localhost/helpdesk-project/public/en/member/integrations/microsoft-apps/oauth/login.
  4. Client Secret: Go to Certificates & Secrets > New Client Secret, enter a description, choose an expiration time and copy the generated value.
  5. API Permissions: Navigate to API Permissions and add the following Delegated permissions:
    • offline_access
    • openid
    • profile
    • User.Read
    • IMAP.AccessAsUser.All
    • SMTP.Send
    • POP.AccessAsUser.All
    • Mail.Read
    • Mail.ReadBasic
    • Mail.Send
    • Mail.Send.Shared
  6. Application (Client) Id: Copy it from the App Overview page.
  7. Directory (Tenant) Id: Copy it from the same Overview page.