forked from auth0-extensions/auth0-account-link-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webtask.json
30 lines (30 loc) · 1.08 KB
/
webtask.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"title": "Custom Auth0 Account Link",
"name": "custom-auth0-account-link",
"version": "2.6.0",
"preVersion": "2.5.0",
"author": "auth0",
"description":
"This extension gives Auth0 customers the ability to allow their users to link their accounts",
"type": "application",
"logoUrl": "https://cdn.auth0.com/extensions/auth0-authz/assets/logo.svg",
"docsUrl": "https://auth0.com/docs/extensions/account-link",
"initialUrlPath": "/login",
"repository": "https://github.com/auth0-extensions/auth0-account-link-extension",
"keywords": ["auth0", "extension", "account-link"],
"secrets": {
"CUSTOM_CSS": {
"description": "Add custom styles to the linking page of the extension.",
"required": false,
"example": "https://my.cdn.com/my-css.css"
}
},
"auth0": {
"createClient": true,
"onUninstallPath": "/.extensions/on-uninstall",
"onInstallPath": "/.extensions/on-install",
"onUpdatePath": "/.extensions/on-install",
"scopes":
"read:connections read:users read:rules create:rules update:rules delete:rules delete:clients"
}
}