url | description |
---|---|
/addons |
Addons are plugins associated with a Client in Auth0. Usually, they are 3rd party APIs used by the client that Auth0 generates access tokens for (e.g. Salesforce, Azure Service Bus, Azure Mobile Services, SAP, etc).
<% if (account.clientId) { %> Go to Application Addons page and select the add-on. <% } else { %> Go to Application Addons page and select the add-on. <% } %>
Each integration is different and requires different parameters and configuration. Once the addon is activated, you will see tailored instructions with details on how to integrate with it in the dashboard.
The key to this integration is the /delegation endpoint in Auth0.
See the Delegation documentation to learn more about how to call this endpoint:
<% var clientAddons = cache.find('articles/addons/client-addons', {sort: 'index'}); %> <%= include('./_addons', { addons: clientAddons }) %>