How to skip account link verify view?

  • Which SDK this is regarding: auth0-lock
  • SDK Version: v11

Hi.
I make authentication view by auth0-lock and using account linking.
But, I don’t want to show this screen for user. We think it’s not appropriate for our users to display “Not recommend” when users use account linking. Is there a solution to change text or skip in this screen?

Hi @higuzeroggw

The extension UI is customizable. Click on the extension in your dashboard and it should take you to the customization page.

Or you can host this yourself using a redirect action or rule.This gives you a lot more flexibility.

Please note that you MUST verify a user has access to both accounts before linking, you cannot link based solely on the same email address. This is a security vulnerability.

John

3 Likes

Thanks very much!
I choose this one.

The extension UI is customizable. Click on the extension in your dashboard and it should take you to the customization page.

1 Like