{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionUserinfoEndpoint", "title": "ConnectionUserinfoEndpoint", "allOf": [ { "description": "Optional URL of the identity provider's UserInfo endpoint. When configured with attribute mapping, Auth0 calls this endpoint to retrieve additional user profile claims using the access token." }, { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255" } ] }