{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionAuthParamsMap", "title": "ConnectionAuthParamsMap", "type": "object", "description": "Maps parameter names from Auth0's /authorize endpoint to the identity provider's authorization endpoint parameters. For example, mapping 'audience' to 'resource' transforms the parameter name during authorization requests. Applied after authParams merging. See https://auth0.com/docs/authenticate/identity-providers/social-identity-providers/oauth2#pass-dynamic-parameters", "maxProperties": 21, "additionalProperties": { "type": "string", "minLength": 1, "maxLength": 128 } }