On this pageConnectionConfigurationExampleConfiguring your connectionsConnection configurationsAuth0Copy pageSupports: Connection Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYdomainstringThe domain of the Auth0 instancetruefalseclient_idstringtruefalseclient_secretstringtruefalse Example 1{2 "name": "Auth0 connection",3 "type": "auth0",4 "configuration": {5 "client_id": "jI2Zem1Yzxy8s8s...",6 "client_secret": "cB6NNPhR12R8pJ7M...",7 "domain": "dev-g1ce1rt9.us.auth0.com"8 }9}