Choose your sample
This page describes the sample deployment alternatives and how the platform components interact.
This is not a comprehensive platform implementation guide. These sample setup instructions show a minimal integration of platform components to get you started. The Ping Identity Platform offers maximum extensibility and flexibility in self-managed deployments. The platform includes many features and options these sample setup instructions do not cover. If you don’t need maximum extensibility and flexibility, there are simpler alternatives:
For help with your deployment and to validate your plans before deploying in production, contact Ping Identity. |
Sample: separate identity stores
This sample deployment has an external PingDS server configured as the PingAM configuration store and PingAM identity store (shown separately in the illustration). The PingIDM repository is an external JDBC database. The sample was tested with MySQL. The deployment uses an LDAP connector to synchronize the identities between PingIDM and PingAM.
PingGateway serves as a single-point of entry for platform UI access:

Sample: shared identity store
This sample deployment has an external PingDS server configured as the PingAM configuration store and shared by the PingAM and PingIDM servers share an external PingDS server as the identity store (shown separately in the illustration). No synchronization configuration is required.
PingGateway serves as a single-point of entry for platform UI access:

In both sample deployments, the Platform UIs can run in separate Docker containers. If you want to run the Platform UIs in containers, get Docker before you start. |
Component interaction
A platform configuration relies on multiple components working together.
The following image shows how the PingAM OAuth 2 clients interact
with the PingIDM resource server filter (rsFilter
) to grant access through the Platform UIs:

-
The Platform UIs send a request to the PingAM Authorization Endpoint.
-
If the end user is authenticated, the user agent is redirected back to the UI, according to the Redirection URI request parameter.
-
If the end user is not authenticated, the PingAM Authorization Endpoint redirects the user agent to the Platform Login UI.
-
After successful authentication, the Platform Login UI redirects the user agent back to the PingAM Authorization Endpoint, according to the GoTo request parameter.
|