imDocShare Register an application in azure

This document outlines the register an application in Azure.

  • Sign in to the Azure portal.
  • Search for and select Azure Active Directory.
  • Under Manage, select App registrations > New registration.
  • Enter a display Name for your application. Users of your application might see the display name when they use the app, for example during sign-in. You can change the display name at any time and multiple app registrations can share the same name. The app registration’s automatically generated Application (client) ID, not its display name, uniquely identifies your app within the identity platform.
  • Select web in redirect URI and Enter the redirect URI https://services.klobot.ai/apps/live/imdocshare/srvc/msauth
  • Select Register to complete the initial app registration.
  • When registration finishes, the Azure portal displays the app registration’s Overview pane. You see the Application (client) ID. Also called the client ID, this value uniquely identifies your application in the Microsoft identity platform.
  • Once you have registered the application, Select Authentication in the side menu.
  • Enable Access tokens (used for implicit flows) and ID tokens (used for implicit and hybrid flows) under Implicit grant and hybrid flows section
  • Choose the Accounts in any organizational directory (Any Azure AD directory – Multitenant) option under Supported account types.
  • Click Save.
  • Once register the application Select Certificates & secrets > Client secrets > New client secret.
  • Add a description for your client secret.
  • Select an expiration for the secret or specify a custom lifetime, select an expiration for the secret or specify a custom lifetime, Client secret lifetime is limited to two years (24 months) or less. You can’t specify a custom lifetime longer than 24 months.
  • Select Add.
  • Record the secret’s value for use in your client application code. This secret value is never displayed again after you leave this page.
  • Select API permissions > Add a permission > Microsoft Graph
  • Select Delegated permissions. Microsoft Graph exposes many permissions, with the most commonly used shown at the top of the list.
  • Under Select permissions, select the following permissions:
    • Channel.ReadBasic.All
    • ChannelMessage.Send
    • email
    • Files.Read
    • Files.Read.All
    • Files.ReadWrite
    • Files.ReadWrite.All
    • Group.ReadWrite.All
    • offline_access
    • openid
    • profile
    • Team.ReadBasic.All
    • User.Read
    • QnA.Read.All
  • Click Add permissions to complete the process.
  • Once Added the permissions must grant admin consent
  • Login to imDocShare admin app
  • Navigate to iManage setting tab
  • Enter the Microsoft client id and Microsoft client secret and click save