OptimiDoc Server Help Center

Azure App Registration

  1. Login to the Azure Management Portal - https://portal.azure.com/#

  2. Go to the Azure Active Directory section > App Registrations and click on New registration.

image-20260728-102430.png
  1. Enter the application name and Redirect URIs:
    https://oauth.optimidoc.com/ExternalLogin/
    https://oauth.optimidoc.com/MicrosoftOnline/

image-20260728-102546.png
  1. After creating the application, go to API permissions > Add a permission and search for Microsoft Graph.

  2. Select it and in permissions select rights based on the image below and click on Select.

image-20260728-102717.png
  1. Now, when you have finished with application registration you can copy client ID and secret to OptimiDoc.

  2. Copy the Client ID -> Copy your Application ID and paste into the field "Client ID".

image-20260728-102757.png
  1. Add a Client Secret -> Certificates & secrets -> New client secret -> fill in description -> click Add and copy key Value (not the Secret ID) -> paste key Value into "Client Secret" -> then click Save

image-20260728-102956.png
  1. Then authorize access by clicking on the Unauthorized button. This will let you to authorize using your Azure account and accept permissions. Once authorized, the button will change to grey Authorized button.