Microsoft AD Azure Authentication

The Microsoft AD Azure provider allows authentication against an application created in the Azure management environment for INETAPP.

System Requirements

  • An account at the Microsoft Azure Portal

Create an OAuth Application

  • Go to "App Registrations" in the sidebar or using the search
  • Go to "New Registration"
  • Register a new application
  • The "Redirect URI (optional)" is important. It should be https://<External Visible URL>/login/azure, e.g.: https://<your-server:port>/login/azure or https://<your-server>/pdfc/default.aspx/login/azure (if IIS is used). The type is required to be "Web"

The Client ID is obtained from the overview page and is called Application (client) ID there.

After creating the Application you need to create client secrets:

  • Go to "Certificates & secrets" in the sidebar
  • Go to "New client secret"
  • Enter requested information
  • A new line will be generated in the table:
    • Copy the Value which is the Client Secret

Setup the Authentication

In the configuration manager web interface you need to enter the Client ID and Client Secret that you received from the Microsoft Azure Application OAuth App.

If your applications type is Single Tenant only, you have to add the tenants name in the configuration as well. Otherwise leave it empty.