Parameter | Description | Example |
---|---|---|
state | Renders the current page’s state value, which is opaque and used for security purposes. To learn more about current screen information, review Customize Univeral Login Page Templates. | <input type=‘hidden’ name=‘state’ value=''> |
connection | Name and type of the connection. For passwordless connections, value is either email or sms . | <input type=‘hidden’ name=‘connection’ value=‘email’> |
{yourDomain}
with yourdomain.auth0.com
.{mgmtApiToken}
with your access token.signup-password
prompt using the Set partials for a prompt endpoint:
signup-password
screen. When a user selects this button, it submits a form body containing the login state parameter and the name of the desired connection.
login-password
prompt using the Set partials for a prompt endpoint:
login-password
screen. When a user selects this button, it submits a form body containing the login state parameter and the name of the desired connection.
Similarly, you can configure the login-passwordless
prompt using the Set partials for a prompt endpoint: