Auth0

Supports:

Connection

Configuration

NameTypeDescriptionRequired
client_idstringApp Client IDtrue
client_secretstringApp Client Secrettrue
domainstringDomain

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}