When I initiate a login from the application, the button is displayed. However, if I create a new user from the Auth0 dashboard Users page or via the Management API, then I do not see the button.
To always show a button, you can add a tenant-level login URI in the advanced tenant settings:
When I initiate a login from the application, the button is displayed. However, if I create a new user from the Auth0 dashboard Users page or via the Management API, then I do not see the button.
To always show a button, you can add a tenant-level login URI in the advanced tenant settings:
Based on these findings, we conducted an experiment and found the following.
When I registered a new user, the button appeared on the email authentication completion screen. Thank you very much.
On the other hand, the button was not displayed when the authentication email was resent from the Management API.
I am trying to resend the authentication email using Rules and Management API when a user tries to login without verifying the email address.(I use Rules to redirect to a page that indicates that the email address is not valid.)
Is there any way to display a button on the authentication completion screen even when using the Management API?
To always show a button, you can add a tenant-level login URI in the advanced tenant settings:
The domain is slightly different for each application, so I don’t think this method will be able to revert to the application you tried to log in from…