Signing on to the administrative console (Docker deployment) - PingAuthorize - 9.1

PingAuthorize

bundle
pingauthorize-91
ft:publication_title
PingAuthorize
Product_Version_ce
PingAuthorize 9.1
category
ContentType
Product
Productdocumentation
paz-91
pingauthorize
ContentType_ce
Product documentation

After you deploy the server by running the Docker image, access the administrative console to verify the server configuration and manage the server settings.

When using Docker containers, the containers must be on the same Docker network to communicate properly.

  1. Start the PingDataConsole.

    The following command uses the ~/.pingidentity/config environment file to configure common environment variables. See https://devops.pingidentity.com/get-started/introduction.

    docker run \
       --env-file ~/.pingidentity/config \
       --name pingdataconsole \
       --detach \
       --publish 5443:8443 \
       --tmpfs /run/secrets \
       pingidentity/pingdataconsole:<TAG>

    The Docker image <TAG> used in the example is only a placeholder. For actual tag values, see Docker Hub (https://hub.docker.com/r/pingidentity/pingdataconsole).

  2. Sign on using the information in the following table.
    Description Details

    URL

    https://localhost:${HTTPS_PORT}/console/login

    Details to enter at login

    Server: pingauthorize:1636

    Username: administrator

    Password: 2FederateM0re

    Note:

    If submitting the form results in a "Server unavailable" error, wait longer for the containers to reach an equilibrium "healthy" state, as described in Verifying proper startup.