Create the FileNet® P8 domain environment
and directory with IAM SCIM integration instead of using the operator to initiate the
deployment.
Procedure
-
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" ]
}
- 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.
- Login to the ACCE UI with your application login user and follow the Content Platform
Engine wizard.
- 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).