IAM Client Registration

You can skip this step if an IAM client already exist.

As the first step of configuring REST connector with IFS Cloud, a custom client in IFS IAM need to be registered. Depending on the type of authentication you have to create different custom client registrations. Custom clients can be registered in IFS Cloud via Solution Manager > Security > Identity and Access Manager > IAM Client Details page. For more info refer to the IFS Cloud documentation Custom Client.

To register a custom client in IFS Cloud,

  1. Navigate to Solution Manager > Security > Identity and Access Manager > IAM Client Details page

  2. Select New and fill in the information in the resulting dialog

    • Enter a Client ID and optional description

    • Enabled checkbox set to true

  3. Depending on the type of authentication different configurations needed.

    1. For Client Credentials flow

      1. Service Accounts and Direct Access Grants checkboxes set to true

      2. Select an existing service user for the Username field in User Group section

    2. For Password Credentials flow

      1. Service Accounts checkbox set to false

      2. Direct Access Grants checkbox set to true

    3. For Authorization Code Flow

      1. Service Account and Direct Access Grants checkboxes set to false

      2. Public Client can be set to true or false.

      3. Redirect Uri is set appropriately depending on the client type. More info on redirect URI's

    4. For Open ID

      1. Public client is set to true

      2. Service Account and Direct Access Grants checkboxes set to false

      3. Redirect Uri is set appropriately depending on the client type. More info on redirect URI's

  4. Once saved a Client Secret will be generated except for IAM clients with public client setting set to true .

At the end of the first step you should have the Client ID and optionally a Client Secret.

Last updated

Was this helpful?