| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/cloudflare-one/integrations/identity-providers/pingone-oidc/ | [Back] [Original] |
The PingOne cloud platform from PingIdentity provides SSO identity management. Cloudflare Access supports PingOne as an OIDC identity provider.
In your PingIdentity environment, go to Connections > Applications.
Select Add Application.
Enter an Application Name.
Select OIDC Web App and then Save.
Select Resource Access and add the email and profile scopes.
In the Configuration tab, select General.
Copy the Client ID, Client Secret, and Environment ID to a safe place. These IDs will be used in a later step to add PingOne to Cloudflare One.
In the Configuration tab, select the pencil icon.
In the Redirect URIs field, enter the following URL:
https://<your-team-name>.cloudflareaccess.com/cdn-cgi/access/callback
You can find your team name in the Cloudflare dashboard under Settings > Team name and domain > Team name.
Select Save.
You can now test your connection and create Access policies based on the configured login method.
{
"config": {
"client_id": "<your client id>",
"client_secret": "<your client secret>",
"ping_env_id": "<your ping environment id>"
},
"type": "ping",
"name": "my example idp"
}| Web Proxy Viewer | New URL | Original Page |