PingCentral

Configuring OIDC for PingCentral

Steps

  • In the <PingCentral_install>/conf/application.properties file, locate the pingcentral.sso.oidc.issuer-uri property, uncomment it, and define the Issuer URI.

    Example:

    In this example, PingCentral attempts to access OpenID Connect (OIDC) configuration information at https://sso.mycompany.com:9031/.well-known/openid-configuration.

    pingcentral.sso.oidc.issuer-uri=https://sso.<mycompany>.com:9031

    If PingCentral can’t access the OIDC configuration information, it fails to start. Make sure the OpenID provider is running and accessible before starting PingCentral.

    In the future, if changes are made on the OpenID Provider that affect the OIDC configuration information used for single sign-on (SSO), you must restart PingCentral to incorporate them.