Auth0 · Schema

ConnectionPingFederateBaseUrl

URL provided by PingFederate which returns information used for creating the connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionpingfederatebaseurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionPingFederateBaseUrl",
  "title": "ConnectionPingFederateBaseUrl",
  "description": "URL provided by PingFederate which returns information used for creating the connection",
  "oneOf": [
    {
      "$ref": "#/components/schemas/ConnectionPingFederateBaseUrlPingFederate"
    }
  ]
}