Skip to main content

App Registration

An Azure application is required to access the Microsoft Graph API.

Creating the application is also a prerequisite for running the setup.

The following values are required to run the Azure Service Connector setup:

  • Application ID
  • Tenant ID
  • Client Secret

app-registration-14a.png

The following steps describe how to register the app and generate the client secret:

Register the app in Azure

Further information

  1. The first step is to register a new app.

    app-registration-1.png

  2. To do this, you must enter a name—for example, “Azure Service Connector”—and confirm the entry by clicking OK.

    app-registration-2.png

Add API Permissions

Further Information

  1. The following permissions are required to access the Microsoft Graph API:
    • User Read All

    The required permissions are added on the API Permissions page.

    app-registration-3.png

  2. In the next dialog, select “Microsoft Graph” under the “Microsoft APIs” tab.

    app-registration-4.png

  3. Access should be granted in the context of the Asset Manager Service.

    app-registration-5.png

  4. User permissions: Read All

    app-registration-6.png

Generate a Client Secret

Further Information

A client secret is sensitive security information.

The client secret is only visible in plain text when it is created. Therefore, a copy should be saved for further configuration.

  1. To create a client secret, select “Add Certificate or Secret” under “Client Credentials” in the Azure Service Connector app overview.

    app-registration-10a.png

  2. A new client secret can be generated at any time in the “Client Secret” tab.

    app-registration-11.png
  3. When creating it, you must specify a validity period and can add a description.

    If multiple different instances or installations are used to access the Microsoft Graph API, it is recommended to use a separate client secret for each instance or installation.

    app-registration-12.png

  4. The client secret is only visible in plain text when it is created. Therefore, you should save a copy for further configuration.

    app-registration-13a.png