To configure OIDC:

  • Locate the pingcentral.sso.oidc.issuer-uri property, uncomment it, and define the Issuer URI.

    In this example, PingCentral attempts to access 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 SSO, you must restart PingCentral to incorporate them.