13.0 Post-deployment Tasks

After completing the deployment of Identity Manager containers, you must perform certain tasks to ensure the Identity Manager solution works properly in your environment.

You must perform the following post-deployment tasks:

  • (Conditional) This step applies only when you have set the value for the Core DNS container as no in the setup.csv file and want to log in to iManager user interface by specifying the hostname of the Identity Manager Engine container in the Tree field.

    1. Log in to the iManager container.

      docker exec -it -u root <container> <command>

      For example,

      docker exec -it -u root iman-container bash

    2. Navigate to the /etc/ directory.

    3. Edit the hosts file.

    4. Add the entries of all the containers running on that Docker host.

      NOTE:Ensure that the hostname for all containers are in Fully Qualified Domain Name (FQDN) format only.

      The entries must follow the below format:

      <IP of the container> <FQDN> <short_name>

      For example,

      192.168.0.7 identityapps.example.com identityapps

    5. Save the hosts file.

  • Install the latest iManager plug-ins. For more information, see Step 7 of the Deploying iManager Container section.

  • Set the value of the no_nam_auth parameter to False. For more information see, Step 7 to Step 11 of the Deploying OSP Container section.

  • Import the OAuth certificate to SSPR. For more information, see Step 9 of the Deploying SSPR Container section.