Hello.
We have a single page application developed using Angular and the package used is @angular/ auth0-angular. We use loginWithPopup() for our registration and login functionality. We use Auth0 to leverage our endpoints authentication (using user access token). For this we had to add the audience to the loginOptions.
We have an issue with the consent widget coming up after the user registers themselves. How can we turn this off?
I have turned off the user access consent on the Auth0 management API. Are there any other settings we are missing?
Any help is appreciated!
Thank you!
Regards,
Shrividya