Optional: Manually initializing and verifying your content services environment with SCIM

Create the FileNet® P8 domain environment and directory with IAM SCIM integration instead of using the operator to initiate the deployment.

Before you begin

If you plan to use the operator to initiate the deployment, see Manually initializing and verifying your content services environment.

Procedure

  1. Register the client ID and secret by using the platform-oidc-regisration.json file.
    {
      "client_id": "<CHANE_ME>",
      "client_secret": "<CHANGE_ME>",
      "scope": "openid profile email",
      "preauthorized_scope": "openid profile email general",
      "response_types": [ "token" ],
      "grant_types": [ "client_credentials" ]
    }
    For more information, see OIDC Registration APIs
  2. Save the client ID and secret you set up for the OIDC Registration in a Kubernetes secret that is named <meta.name>-cpe-oidc-secret.
  3. Login to the ACCE UI with your application login user and follow the Content Platform Engine wizard.
  4. When prompted by the wizard to select the directory provider, use the Identity Manager parameters, the client ID, and secret to configure SCIM. For more information, see Directory Configuration Properties (SCIM Directory).