Skip to main content
Auth0 lets you create PingFederate Server connections.

Prerequisites

Before beginning:

Steps

As long as your server is configured in the standard way, to connect your PingFederate server to Auth0 you must:
  1. Get the signing certificate from the IdP and convert it to Base64.
  2. Create an enterprise connection in Auth0.
  3. Enable the enterprise connection for your Auth0 Application.
  4. Test the connection.
If additional setup is required for your server (such as attribute mapping), then you must create a new SAML enterprise connection instead.

Get the signing certificate from the IdP

With PingFederate Server, Auth0 acts as the service provider, so you will need to retrieve an X.509 signing certificate from the (in PEM or CER format); later, you will upload this to Auth0. The methods for retrieving this certificate vary, so please see the PingFederate documentation for instructions on managing your server’s certificates.

Convert signing certificate to Base64

Before you upload the X.509 signing certificate to Auth0, you must convert the file to Base64. To do this, either use a simple online tool or run the following command in Bash: cat signing-cert.crt | base64.

Assertion encryption

If your SAML assertions are encrypted, you must set additional values for your connection to tell Auth0 how to handle decryption.

Create an enterprise connection in Auth0

Next, if your server is configured in the standard way, you will need to create and configure a PingFederate Enterprise Connection in Auth0 and upload your X.509 signing certificate. This task can be performed using Auth0’s Dashboard.
If additional setup is required for your server (such as attribute mapping), then you must create a new SAML enterprise connection instead.
  1. Navigate to Auth0 Dashboard > Authentication > Enterprise, locate Ping Federate, and select its +.
    Dashboard - Connections - Enterprise
  2. Enter details for your connection, and select Create:
Configure Ping Federate Settings
3. In the Login Experience view, configure how users log in with this connection.
Optional fields are available with Universal Login only. Customers using Classic Login will not see the Add button, Button display name, or Button logo URL.

Enable the enterprise connection for your Auth0 application

To use your new PingFederate enterprise connection, you must first enable the connection for your Auth0 Applications.

Test the connection

Now you’re ready to test your connection.