Auth0

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
domainstringThe domain of the Auth0 instancetruefalse
client_idstringtruefalse
client_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}