I’m using Auth0 for a SPA. I have a Client that is tied to an API and am creating users via the management API. Whenever I create a new user, they always have to Authorize the client to use their account as shown below. Is there a way to bypass this?
![alt text][1]
3 Likes
In the dashboard, enable consent for 1st party client and don’t use localhost for development
2 Likes
Ah, it’s because of localhost. Thank you!
1 Like
Ah, it’s because of localhost. Thank you!
I’ve had the same problem with localhost, but got the answer here. Now I just use my internal domain or network ip address instead of localhost.