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?
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.