PingCentral

Defining the OAuth client for PingCentral

Define an OAuth client for PingCentral at the OpenID provider.

Steps

  • In the <PingCentral_install>/conf/application.properties file, locate the following property, uncomment it, and provide the client ID and client secret for the OAuth client.

    Example:

    pingcentral.sso.oidc.client-id=<CLIENT_ID>
    pingcentral.sso.oidc.client-secret=<CLIENT_SECRET>

    Secure the secret using the obfuscation script available in bin/obfuscate, and by using output ciphertext rather than the cleartext secret.