HelpDesk
.event.authorization.roles.
To add roles to Organization members, read Add Roles to Organization Members.This role… | Grants permission to… |
---|---|
Delegated Admin - User | Search for users, create users, open users, and execute actions on users (such as delete or block). |
Delegated Admin - Administrator | Do everything that the Delegated Admin - User can, plus see all logs in the tenant and configure Hooks. |
Delegated Admin - Auditor | Search for users and view user information, but not make changes. Action-based buttons are not visible to this role. |
Delegated Admin - Operator | Access user management and logs, but not the extension configuration section. |
CLIENT_ID
placeholder with your delegated admin application’s Client ID andreplace {yourTenant}
with your tenant name. For example, if your tenant’s name is “tenant_name_example”, the namespace would be: https://tenant_name_example/auth0-delegated-admin
To learn more about creating Actions, read Write Your First Action
context.authorization
object.If you choose not to use Authorization Core, you should define DAE roles in one of the following fields on the user profile:user.app_metadata.roles
user.app_metadata.authorization.roles
Location | Name | Login Link |
---|---|---|
Australia | AU | https://.au.webtask.io/auth0-delegated-admin |
Europe | EU | https://.eu.webtask.io/auth0-delegated-admin |
Europe | EU-2 | https://.eu.webtask.run/auth0-delegated-admin |
Japan | JP-1 | https://.jp.webtask.run/auth0-delegated-admin |
UK | UK | https://.uk.webtask.run/auth0-delegated-admin |
USA | US-1 | https://.us.webtask.io/auth0-delegated-admin |
USA | US-3 | https://.us.webtask.run/auth0-delegated-admin |
sessionStorage
. You must start a new session on each page reload.