After completing setup, the Policy Administration GUI will accept sign-ons using the username admin and the password password123.

$ bin/setup demo \
  --adminUsername admin \
  --generateSelfSignedCertificate \
  --decisionPointSharedSecret datagovernance \
  --hostname <pap-hostname> \
  --port <pap-port> \
  --adminPort <admin-port> \
  --licenseKeyFile <path-to-license>

The decision point shared secret is a credential that the PingDataGovernance Server uses to authenticate to the Policy Administration GUI when it uses the Policy Administration GUI as an external policy decision point (PDP). For information about how to configure PingDataGovernance Server to use the decision point shared secret, see Post-setup steps (manual installation).