Can I login without using the auth0 login-widget? and use only the api to login?

We wanted to avoid using Browser based (passive) authentication database
.

1 Like

We also have the same requirement here. Does auth0 have such an api to obtain the ID Token by passing in the username and password, instead of having to redirect to the login page of auth0 ?Because we have our own login page and our own login process, we only hope to get the auth0 login API instead of a complete set of services.

1 Like

To clarify my question

Below is the api that we wanted to avoid,
https://auth0.com/docs/api/authentication#database-ad-ldap-passive-
Because it will redirect us out from our website and go through the auth0 login widget