Use An Auth0 API Without an access token? B2B Application

Hello there, I am wondering if there is some way to configure an Auth0 application so that all you need to hit the API endpoints are the client ID and client Secret.

I do not want to have to hit an authorization endpoint first to obtain an access token, and then pass the bearer token into my desired endpoint.

Is this a supported workflow, am I asking the wrong question or misunderstanding anything?

Thank you for your time and I appreciate any guidance you can provide.

1 Like

Hi @abudin,

Welcome to the Community!

I am assuming you are talking about the management API. In that case, you can create a longer lived token, but cannot bypass the token flow entirely.

Hope this helps,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.