Can you force-login a user with email only?

Through management API or something. I have an application that uses some non-oauth2 token and all i have is a lookup table for the email. I can ensure that emails exist in auth0 database. I just don’t know their passwords

All i have right now is “client_id”, “client_secret”, and “username”

I can get a client_credential but that won’t help as part of the service that uses auth0 checks the email, and for some reason I can’t even make it print out stuff to my screen to debug

Unfortunately there’s no way in Auth0, at this moment, to directly exchange a foreign token for a new access token (this would be, essentially, a custom grant type extension).

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