ForgeRock Identity Platform 7.3

Prepare the servers

These instructions assume all servers are deployed on their own hosts, with the following server settings. Adjust the settings to match your own deployment.

To deploy the entire platform on a single computer, the recommended alternative is to use the ForgeOps Cloud Developer’s Kit (CDK) on Minikube.

If you nevertheless choose to demonstrate these deployments on your computer, add aliases for the fully qualified domain names used for the servers and platform UIs to your /etc/hosts file:

127.0.0.1    am.example.com
127.0.0.1    directory.example.com
127.0.0.1    openidm.example.com
127.0.0.1    admin.example.com
127.0.0.1    enduser.example.com
127.0.0.1    login.example.com
  • AM host: am.example.com

  • AM port: 8081

  • External DS host: directory.example.com

  • External DS ports:

    adminConnectorPort 4444
    ldapPort 1389
    ldapsPort 1636

  • IDM host: openidm.example.com

  • IDM ports: HTTP 8080, HTTPS 8443

  • Platform Admin UI: http://admin.example.com:8082

  • Platform Login UI: http://login.example.com:8083

  • Platform End User UI: http://enduser.example.com:8888

Copyright © 2010-2024 ForgeRock, all rights reserved.