Hi all,
I’m wondering if it’s possible to obtain a sort of “proxy” access token for a user without them logging in. If I have a user’s ID, I want to get an access token for them using the management API or something like that. This would be done in our PHP backend.
The reason we need this is so a super-admin could do a “proxy login” to a user on our system and act as them on our site. Is this possible to do with Auth0?