Create Microsoft Graph Integration

To create Microsoft Graph Integration in Workflow Studio, perform the following steps:

  1. Log into Workflow Studio.
  2. Under Library, click Integrations.
  3. In the Integrations Hub, click icon on the Microsoft Graph integration tile.
  4. Click Add new to create a new connection.
    Figure 1. Graph Integration - Add new
    Graph Integration - Add new

  5. Click Add to add a connection using OAuth2 Authorization Code or OAuth2 Client Credentials.
    Figure 2. Graph Integration - Add connection
    Graph Integration - Add connection

To add the connection using the OAuth2 Authorization Code, perform the following steps:

  1. Click Add next to OAuth2 Authorization Code and click OK.
    Figure 3. Graph Integration - Configure this connection
    Graph Integration - Configure this connection

  2. In the Configure this connection screen, provide the following details. For more information on fields, refer to the field description table.
    Note: Mandatory fields are marked with an asterisk (*).
    Table 1. OAuth2 Authorization Code – Field Description

    Field

    Description

    Name

    Enter the name of the connection.

    Tenant

    Enter the application’s object ID.

    client_Id

    Enter the application’s client ID.

    Scope

    Enter the list of scopes in a space-separated format to indicate the resources and operations the application requests.

    client_secret

    Enter the application's client secret code.

  3. Click Create

    The Microsoft Login page is displayed to authenticate the entered email address and password.

  4. Click Continue.

    The newly created connection is displayed in the list.

To add the connection using the OAuth2 Client Credentials, perform the following steps:

  1. Click Add next to OAuth2 Client Credentials and click OK.
    Figure 4. Graph Integration - Configure this connection
    Graph Integration - Configure this connection

  2. In the Configure this connection screen, provide the following details. For more information on fields, refer to the field description table.
    Note: Mandatory fields are marked with an asterisk (*).
    Table 2. OAuth2 Client Credentials – Field Description

    Field

    Description

    Name

    Enter the name of the connection.

    Tenant

    Enter the application’s object ID.

    client_Id

    Enter the application’s client ID.

    client_secret

    Enter the application's client secret code.

    scope

    Enter the list of scopes in a space-separated format to indicate the resources and operations the application requests.

  3. Click Create.

    The connection is validated against the Microsoft authorization URL (https://login.microsoftonline.com/{{tenant}}/oauth2/v2.0/token).

    Once the connection is validated, the status is presented to the user.