Create an Azure Active Directory App registration

This step is optional and not required if your Remote Desktop Manager version is 2022.1 and higher.

To be able to use the Active Directory Interactive (with MFA Support) authentication method in Remote Desktop Manager, a new app registration needs to be registered in the Microsoft Azure SQL console (Azure Active Directory) with the appropriate API permissions.

Settings

  1. Login on Azure Portal.
  2. In the Azure Active Directory section, select App registrations and then New registration.
    App Registration
    App Registration
  3. Configure the Name.
    RDMWin2230
  4. Select the Supported account types.
    RDMWin2231
  5. Configure the Redirect URI as indicated below and click Register.

The Redirect URI setting MUST be configured Public client/native (mobile & desktop).

In our example the Redirect URI is set to https://mycompany.com, but we suggest you personalize it to the domain of your company home page. This will be necessary in the authentication step of Configure Remote Desktop Manager Active Directory Interactive (with MFA).

RDMWin2232

  1. Select APIs my organization uses, then type Azure and select Azure SQL Database.
    APIs my organization uses
    APIs my organization uses
  2. Select Delegated permissions – user_impersonation and click Add permissions.
    user_impersonation
    user_impersonation
  3. The API permissions should look like this. You will see the new permission we just added and the preexisting Microsoft Graph.
    API / Permissions Name
    API / Permissions Name
  4. Optional step: Click on the Authentication section and switch to Yes, if you desire the Integrated Windows Authentification (IWA) option.
    Authentication
    Authentication
  5. Your Azure Active Directory App Registration is now completed.
  6. Copy the App Registration's Application (client) ID needed in Remote Desktop Manager in the next step.
    Application (client) ID
    Application (client) ID
Give us Feedback