Hello, this is Takuya.
I’m customizing the delegated administration extension.
I want to modify it to display the same content in Devices as in the dashboard.
I was able to confirm that the modifications were reflected and displayed when I started the extension on localhost:3000.
However, when I installed the extension to Auth0 tenant, the screen was displayed as it was before the modification.
Here are the installation steps I did.
I would like to know how to install the extension to reflect the modifications.
〇Steps
- “run npm run build” on my pc locally.
- the auth0-delegated-admin.extension.4.3.0.js file is created under the dist directory
- rename the file created in step 2 to bundle.js 4
- place the bundle.js file directly under auth0-delegated-administration-extension/build in the remote repository in Github
- click the “Create Extension” button in Auth0 dashboard.
- enter the URL where the webtask.json file on Github is located on the Auth0 Exteinsion installation screen