I am using java API for user signup. The issue is that for each of the users created via Java API first login doesn’t ask for consent and this generates errors in my application. The Maven dependency is the following:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>1.15.0</version>
</dependency>