Customize or remove the consent screen

Hi everyone,
We are using Auth0 for our NextJs webapp in typescript. We need a high level of customization to the login experience. We customized the login page and got decent results. But during the sign up process, users can see the Authorize screen(consent). I couldn’t find the appropriate place to customize it.

Is there a way to customize or remove the above page from signup flow?

Our designs are based on Embedded Login experience but configuring it in auth0 seems like a lot of hassle.

Hi @blogsubash ,

Most likely you testing on local development environment with https://localhost:port#

Please refer to this post

1 Like

Hi @blogsubash

Welcome to the Auth0 Community!

Thank you for the additional information @sumansaurav! Team work!

To skip the consent screen for first-party applications, you can’t have localhost in the Allowed Callback URLs. You can read more about that in our documentation here → User Consent and Third-Party Applications

Thank you both!
Dawid