First login for user created via Java API does not ask for consent

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>

Hi @wazy.software,

You can force users to provide consent with prompt=consent.

Hope this helps,
Dan

Hi. This means that whenever the user logs in, he must consent? That’s a bad workaround. Can you please open a Github issue task and provide the ID?

First party apps aren’t required to give consent, this isn’t a bug.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.