Auth0 Access Token

Hi i already integrate Auth0 as my SSO on retool self hosted, now i want this:

  1. My goal: Integrate a resource protected by Auth0, i want to send the access token to the protected resource (Api) so i can send the Auth0 access token
  2. Issue: I dont know how to this
  3. Steps I've taken to troubleshoot: Nothing
  4. Additional info: (Cloud or Self-hosted, Screenshots)
1 Like

If it is an API, you should:

  1. Go to the Resources page from your Dashboard
  2. Select Create new and then REST API as a type
  3. Scroll down until you see the select list titled Authentication
  4. Select the OAuth 2.0 and try to match your access token data to the fields visible below (you can try with both "Authorization Code Grant" and "Client Credentials" depending on your Auth0 configuration)
  5. Fill the rest of the settings and click Create the resource button
1 Like

Hi @cvargas,

Did @Pawel_Kapela's suggestion help you?

You may need to share more details such as screenshots to be able to get help, so that we can see where you are at and what you have done so far.

Here are our docs on setting up Auth0.