Auth0
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
domain | string | The domain of the Auth0 instance | true | false |
client_id | string | true | false | |
client_secret | string | true | false |
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 }