Authentication with express

I want to also authenticate my microservices using access token with auth0 and since I m already using audience (management api) is there any way I can use multiple audience

Hey @pandeysumit832,

Auth0 doesn’t support multiple audiences. If you don’t want to request tokens with whichever audience is required, you could instead use scopes to https://auth0.com/docs/authorization/represent-multiple-apis-using-a-single-logical-api.

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