Skip to content

Connection

Celonis on Hire2Retire supports OAuth2.0.

We at RoboMQ pay utmost attention to keep your account secure. See our Security and Privacy Policies to learn more about how RoboMQ handles your account access.

Object Permission
User Can Provision and Deprovision Users

How to enable OAuth settings on Celonis

Celonis application on Hire2Retire uses OAuth authorization. By linking your Celonis account with Hire2Retire, you can authorize RoboMQ to have a delegated access on your behalf.

Steps for creating Oauth Application in Celonis:

  1. Create an account and open it using this link.
    Celonis Admin Setting

    Figure 1. Admin and Settings option in Celonis

  2. Go to Admin & Settings > Applications and add a new OAuth client.
    Celonis Applications section

    Figure 2. Celonis Applications section

  3. Configure the OAuth client with the following fields:

    • Name: Set an internal reference for this client.
    • Grant type: Leave it as "Client Credentials" (default).
    • Authentication methods:
      1. Client secret basic: This method uses the Authorization header to send the client_id and client_secret in the format: Authorization: Basic encoded_credentials. The encoded_credentials is the base64 encoding of client_id:client_secret.
      2. Client secret post: This method sends the client_id and client_secret in the HTTP request body as form parameters.
    • We will use the client secret basic method because it is more secure.
  4. Click Define scopes and select SCIM provisioning.

  5. Click Create. A pop-up will appear with the client ID and client secret. Store them securely. Celonis client ID and client secret

    Figure 3. Celonis client ID and client secret.

  6. In Celonis Platform, go to Admin & Settings > Permissions.

  7. Find service user provisioning and click Edit.
    Celonis Permissions

    Figure 4. Celonis Permissions section

  8. Select the required template and enable SCIM permissions.

  9. Click Save

How to Get Instance URL in Celonis

Your Instance URL will follow this format:
https://<team>.<cluster>.celonis.cloud

You can find your team name and cluster information on your Celonis dashboard, as shown below.
Celonis Instance URL

Figure 5. Celonis Instance URL

Celonis OAuth 2.0

To link your Celonis account using OAuth, you first have to specify your Instance URL, Client Id and Client Secret.

Celonis OAuth Authentication

Figure 6. Authentication Form for Celonis Auth 2.0 Authentication on RoboMQ Hire2Retire