Forum Discussion

sweiss's avatar
sweiss
Occasional Visitor
3 years ago

Auth0 Audience for token endpoint on the web-UI

I can't seem to find a way to provide an audience to the Auth0 oauth/token endpoint.

Auth0 requires that I provide an audience in the request body but I can't seem to find a way to do it in SwaggerHub.

 

I tried adding it to the URL param but it has to be in the request body.

  • chichepo's avatar
    chichepo
    Champion Level 2

    Hi sweiss 
    Did you try this doc?
    You should get this:


    Your audience can be either the client Id or any other token as far as I know.