We are using custom domain in our auth0’s application. We have enabled the option of “Allow Skipping User Consent”.
When we are adding custom domain in our auth0 variables at client side. It is still asking for user consent on our deployed site.
Interestingly, if we replace that custom domain in our code, with the actual domain of that auth0 application, then it works exactly as expected.
Could it be possible that using custom domain, is considered as a third party application?
Would really appreciate if anyone can help in this. Thanks!