Hi,
We are building a application that uses the
Auth0 Management API to let people login. We also want to use a second api for our api methods.
When a user logins through the management api is there a way to return their api tokens and ids as well along with the login tokens and ids?
I looked at the implicit grant docs https://auth0.com/docs/api-auth/tutorials/implicit-grant#1-get-the-user-s-authorization
and the multiple api page https://auth0.com/docs/api-auth/tutorials/represent-multiple-apis
but I am not sure. Or do they have to make two round trips? Can I set multiple audience urls in my auth request?
Thanks