geekpup
February 22, 2023, 10:31am
1
I am using @auth0 /auth0-react to use Auth0 in a React SPA. I have set up everything and it works great but I am struggling with one element. When a new user logs in, they are shown the “User Consent Dialog”
(Source:
User Consent and Third-Party Applications )
Is there any way to avoid this? The users are created with the Management API
1 Like
Hey there!
Have you had a chance to check that doc of ours?
Question: Disable Authorize App Dialogue Box
Answer:
Using localhost as your development environment can cause this dialogue box to appear. Consent cannot be skipped on localhost, as it is never a verifiable first-party client.
During development, you can work around this by modifying your /etc/hosts file to add an entry such as the following:
127.0.0.1 myapp.example
Similarly, you cannot skip consent (even for first-party applications) if localhost appears in any domain in the …
system
Closed
March 8, 2023, 1:31pm
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.