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 to represent multiple APIs while using a single audience.
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 to represent multiple APIs while using a single audience.