Stop Prompting for Consent to First Party Application

I have an SPA application that I have verified is marked as is_first_party = true. No matter what I do, whenver I register a new user through the Universal Login, it prompts for consent for the application to access the user’s account.

My understanding was that the system should not prompt when the application is a first party application.

I’m sure I am missing something very basic, but I’m just not seeing it. Any suggestions?

Cheers,
-B

Hi @Brent,

Welcome to the Auth0 Community!

If you are developing on localhost, it’s not possible to skip consent. If you aren’t developing on localhost, then it may be another issue. Let me know.

Ref: User Consent and Third-Party Applications

Thank you. That was exactly the issue - developing on localhost.

Cheers,
-B

Great, let us know if you have any questions.