- Go to https://manage.auth0.com/#/extensions
- Copy the link of an installed extension
- Get the ID from the link (
8d6f0f0711daedc87d1a6d595771015a
)
https://sandbox.it.auth0.com/api/run/sandrino-dev/8d6f0f0711daedc87d1a6d595771015a?webtask_no_cache=1
npm run extension:build && wt update {extension-id} dist/auth0-delegated-admin.extension.0.5.0.js -p sandrino-dev-default
{
"title": "Optional secrets",
"name": "auth0-authz",
"version": "1.4.2",
"author": "auth0",
"description": "description.",
"type": "application",
"keywords": [
"auth0",
"extension"
],
"secrets": {
"SECRET_1": {
"description": "secret1"
},
"SECRET_2": {
"description": "secret2",
"visibleIf": {
"SECRET_1": "rule"
}
},
"SECRET_3": {
"description": "This allows you to specify the log level of events that need to be sent",
"type": "select",
"allowMultiple": false,
"options": [
{
"value": "2",
"text": "Warning"
},
{
"value": "1",
"text": "Info"
}
]
},
"SECRET_4": {
"description": "secret4",
"required": true,
"visibleIf": {
"SECRET_1": "rule",
"SECRET_3": "1"
}
}
}
}