Skip to main content

Celonis Product Documentation

Generating credentials in Azure

Important

Any references to third-party products or services do not constitute Celonis Product Documentation nor do they create any contractual obligations. This material is for informational purposes only and is subject to change without notice.

Celonis does not warrant the availability, accuracy, reliability, completeness, or usefulness of any information regarding the subject of third-party services or systems.

To create a connection using your own credentials, you need to create a custom app in your Azure account to generate the CliendID and secret.

  1. Log in to azure.portal.com.

  2. Click App Registrations.

  3. Click New Registration.

  4. Enter the details as provided in the table below and click Register.

    Name

    Enter the app's name that you want to connect.

    Supported account types

    Select the option, Accounts in any organizational directory (Any Azure AD Directory - Multitenant).

    Redirect URI

    Select the following options:

    • Platform: Web

    • Redirect URI:

      Purpose

      URI

      Microsoft 365 Apps

      https://auth.redirect.celonis.cloud/oauth/cb/azure

      Email App

      https://auth.redirect.celonis.cloud/oauth/cb/microsoft-smtp-imap

  5. You can find the Client ID and Tenant ID details on the app screen. To add a client secret, click Add a certificate or secret.

  6. Click New client secret. Enter a description and select the expiry period for the client secret and click Add.

  7. Copy the Client Secret to a safe place.

What's next

You can use newly generated credentials as an alternative authentication method when creating a new connection in different Action Flow modules. Keep in mind that for a new connection to work properly, you will also have to assign relevant permissions to individual apps in Azure. You can find lists of required permissions in dedicated documentation sections.