We are proud to share our inclusion in the 2024 Gartner Magic Quadrant for Data Integration Tools. We believe this recognition reflects the differentiated business outcomes CData delivers to our customers.
Get the Report →How to Easily Query PingOne Data in OpenOffice Base
Connect to PingOne data in OpenOffice Base using the CData ODBC Driver for PingOne and generate reports with live data insights.
Apache OpenOffice Base is a versatile, free database tool that makes connecting and managing data easy. With CData ODBC Driver for PingOne, you can seamlessly integrate and query live PingOne data, bringing real-time insights directly into OpenOffice.
This guide simplifies the setup, showing you how to connect PingOne to OpenOffice Base so you can easily generate reports, analyze trends, and make informed decisions right within your familiar workspace.
Overview
Here is an overview of the steps:
- CONFIGURE: Configure the DSN for PingOne data in the CData ODBC Driver for PingOne, using the required connection properties.
- CONNECT: Set up the ODBC connection in OpenOffice Base using the configured DSN.
- IMPORT: Once connected, review the available metadata and tables.
- CREATE: Create a report based on the queried PingOne data data.
Configure the PingOne DSN Using the CData ODBC Driver for PingOne
To start, configure the DSN (Data Source Name) for PingOne data in your system using the CData ODBC Driver for PingOne. Download and install a 30-day free trial with all the features from here.
Once installed, launch the ODBC Data Source Administrator:
- On Windows: Search for ODBC Data Source Administrator in the Start menu and open the application.
- On Mac: Open Applications, go to Utilities, and select ODBC Manager.
- On Linux: Use the command line to launch ODBC Data Source Administrator or use unixODBC if installed.

Once launched, double-click on the CData PingOne data Source and enter the required values to establish a connection:
To connect to PingOne, configure these properties:
- Region: The region where the data for your PingOne organization is being hosted.
- AuthScheme: The type of authentication to use when connecting to PingOne.
- Either WorkerAppEnvironmentId (required when using the default PingOne domain) or AuthorizationServerURL, configured as described below.
Configuring WorkerAppEnvironmentId
WorkerAppEnvironmentId is the ID of the PingOne environment in which your Worker application resides. This parameter is used only when the environment is using the default PingOne domain (auth.pingone). It is configured after you have created the custom OAuth application you will use to authenticate to PingOne, as described in Creating a Custom OAuth Application in the Help documentation.
First, find the value for this property:
- From the home page of your PingOne organization, move to the navigation sidebar and click Environments.
- Find the environment in which you have created your custom OAuth/Worker application (usually Administrators), and click Manage Environment. The environment's home page displays.
- In the environment's home page navigation sidebar, click Applications.
- Find your OAuth or Worker application details in the list.
-
Copy the value in the Environment ID field.
It should look similar to:
WorkerAppEnvironmentId='11e96fc7-aa4d-4a60-8196-9acf91424eca'
Now set WorkerAppEnvironmentId to the value of the Environment ID field.
Configuring AuthorizationServerURL
AuthorizationServerURL is the base URL of the PingOne authorization server for the environment where your application is located. This property is only used when you have set up a custom domain for the environment, as described in the PingOne platform API documentation. See Custom Domains.
Authenticating to PingOne with OAuth
PingOne supports both OAuth and OAuthClient authentication. In addition to performing the configuration steps described above, there are two more steps to complete to support OAuth or OAuthCliet authentication:
- Create and configure a custom OAuth application, as described in Creating a Custom OAuth Application in the Help documentation.
- To ensure that the driver can access the entities in Data Model, confirm that you have configured the correct roles for the admin user/worker application you will be using, as described in Administrator Roles in the Help documentation.
- Set the appropriate properties for the authscheme and authflow of your choice, as described in the following subsections.
OAuth (Authorization Code grant)
Set AuthScheme to OAuth.
Desktop Applications
Get and Refresh the OAuth Access Token
After setting the following, you are ready to connect:
- InitiateOAuth: GETANDREFRESH. To avoid the need to repeat the OAuth exchange and manually setting the OAuthAccessToken each time you connect, use InitiateOAuth.
- OAuthClientId: The Client ID you obtained when you created your custom OAuth application.
- OAuthClientSecret: The Client Secret you obtained when you created your custom OAuth application.
- CallbackURL: The redirect URI you defined when you registered your custom OAuth application. For example: https://localhost:3333
When you connect, the driver opens PingOne's OAuth endpoint in your default browser. Log in and grant permissions to the application. The driver then completes the OAuth process:
- The driver obtains an access token from PingOne and uses it to request data.
- The OAuth values are saved in the location specified in OAuthSettingsLocation, to be persisted across connections.
The driver refreshes the access token automatically when it expires.
For other OAuth methods, including Web Applications, Headless Machines, or Client Credentials Grant, refer to the Help documentation.

Setup an ODBC Connection in OpenOffice Base
Once you've set up the DSN, it's time to connect to it in OpenOffice Base and start querying data:
- Launch OpenOffice Base and select Database from the home screen.
- In the Database Wizard, choose ODBC from the 'Connect to an existing database' option and click Next.
- Click Browse to locate and select the DSN you created, then click OK.
- Enter the username associated with the DSN, click Test Connection to verify, and then click Next.
- Finally, click Finish to save the new database file to your desired directory. This will connect OpenOffice Base to your live PingOne data data, ready for querying and analysis.





Your connection is now established — ready to query and analyze data seamlessly within OpenOffice Base.
Review the Metadata and Tables
After the database file is created and the connection is established, the table list will automatically display all available PingOne data objects.
- Review the PingOne data Object List: In the left pane, click on Tables to view the PingOne data objects now available within OpenOffice Base.
- View Object Data: Click on any object to view its contents. The PingOne data data will display directly within OpenOffice Base, allowing you to review records and fields with ease.

That's it! You have now successfully established a connection to PingOne data in OpenOffice Base, with data readily available for analysis and reporting.
Create a Report
Now, let's generate a report based on your PingOne data data.
- Open your database and go to the Reports tab, then select Create Report Using Wizard.
- In the Report Wizard, choose the PingOne data table from the Table or Query section. Select the columns from Available Fields that you want to include in your report and move them to the Fields in Report section using the arrows.
- After configuring the fields, click Finish to generate your report.
- Analyze, adjust, save, and publish the report as needed.



Your report is now created, drawing live data directly from PingOne data, and ready for analysis.
Try CData Free for 30 Days
Experience the power of live PingOne data data at your fingertips and seamlessly integrate it into OpenOffice Base. Start your free trial today!