Audience explanation

Hi,

I’m new to auth0, still a little bit frustrated about some stuff, I have few questions and I will appreciate your help :
I’m following Android Native tutorial, and I’ve noticed that the audience is set to “/api/v2" to get the user credentials and "/userinfo” to log in the user, aand to my_api_uri to be able to access to the api, can anyone explain to me why ? is there a way to set multiple audiences ? or do I have to make 3 different requests ?

Hey there @youssefbouhssina95!

Auth0 doesn’t support multiple audiences. It’s also not possible to change the aud parameter via a rules and it likely wouldn’t be secure to do so.

You should instead use scopes while using a single audience.

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