Auth0
Supports:
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
client_id | string | App Client ID | true |
client_secret | string | App Client Secret | true |
domain | string | Domain The domain of the Auth0 instance | true |
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 }
