---
title: Defining the OAuth client for PingCentral
description: Define an OAuth client for PingCentral at the OpenID provider.
component: pingcentral
version: 2.2
page_id: pingcentral:pingcentral_for_iam_administrators:pingcentral_defining_oauth_pc
canonical_url: https://docs.pingidentity.com/pingcentral/2.2/pingcentral_for_iam_administrators/pingcentral_defining_oauth_pc.html
revdate: August 15, 2023
section_ids:
  steps: Steps
  example: Example:
---

# Defining the OAuth client for PingCentral

Define an OAuth client *(tooltip: \<div class="paragraph">
\<p>The application in an OAuth framework that requests access to resources. If the request is approved by the authorization server, the client is issued an access token for the resources.\</p>
\</div>)* 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. |
