Ping SDKs

Configure the Ping SDKs for Auth Journeys

The Ping SDKs are designed to be flexible and can be customized to suit many different situations.

Learn more about configuring and customizing the Ping SDKs in the sections below:

Configure Ping SDK properties

Learn how to configure properties in the SDKs so they can connect to your authorization server to authenticate your users and obtain tokens.

Configure logging in the Ping SDKs

Utilize logging messages in the Ping SDKs during development an testing to identify, reproduce and fix issues you might encounter.

Customize the loggers to get exactly the right level of information, in the right formats.

Customize REST requests

Intercept the outgoing REST calls the Ping SDKs make to customize or add data that is important to you or your environment.

Customize how the Ping SDKs store data

There are use cases where you might need to customize how to store data. For example, you might be running on hardware that provides specialized security features.

For these cases, you can provide your own storage classes.

Verify servers with SSL/certificate pinning

The Ping SDKs support SSL pinning, sometimes referred to as certificate pinning.

SSL pinning is the security practice of validating the certificates presented by the server against known values, improving the security of your system.