Skip to main content
Connect your AI agents to Amazon to help sellers manage inventory, update product listings, and track sales performance, or help buyers track product prices and availability.

Connect Amazon to Auth0

1

Amazon setup

  1. Visit the Amazon Developer account page and sign up.
  2. Create a new Security Profile in the Amazon Developer Console.
  3. Complete the Consent Screen Information form.
  4. Select the Show Client ID and Client Secret link.
  5. Copy the Client ID and Client Secret.
  6. Select your new Security Profile, then open Web Settings from the dropdown.
  7. Click Edit and configure Allowed Origins and Allowed Return URLs.
  8. Use these values:
    • Allowed Origins: https://YOUR_AUTH0_DOMAIN
    • Allowed Return URLs: https://YOUR_AUTH0_DOMAIN/login/callback
    You can find the Auth0 domain in the Auth0 Dashboard.You can find this under Applications > [Your Application] > Settings > Basic Information > Domain.If you are using the custom domains feature, your Auth0 domain is the custom domain. You can find this under Branding > Custom Domains.
  9. Click Save.
To learn more about setting up Amazon, read the Login with Amazon documentation.
2

Auth0 setup

Token Vault configuration example

To configure the Token Vault for your Amazon connection, you can use the following code snippet in your application:

Next steps