Hello,
For an automated test, we would like to create a new auth0 user via the api and retrieve an id token for it. We managed to create a user via the management api, but we couldn’t figure out a way to obtain an idtoken for that user. We read through the impersonation api docs but it seems like thats disabled for our account + it seems to get us only a link to impersonate at best, do I understand that right?
So my question is in shot: How can we get an id token for a user in an automated fashon?
Peter