abstra-docs
Search…
⌃K

Configuring the Password Grant Type with Auth0

This lesson closely follows the original auth0 post.
We assume you have followed the steps in configuring auth0.

Extra configuration needed

Go to your dashboard on Auth0 and select your application:
Scroll down and change your application type to Regular Web Application. Scroll more to advanced settings and Grant Types and enable the Password grant. Save the changes.
Go to Authentication > Database and take note of the Username-Password database connection. In this example it is Username-Password-Authentication.
Finally go to Settings and scroll down to API Authorization Settings and paste the connection name in the Default Directory field. Save it.
Thats it. Now you can use the Username/Password Login action