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 Implicit Flow with Form Post
and the multiple api page Configure Logical API for 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