Hi @noam,
Thank you for your response.
It appears that you have not configured the Allowed Callback URLs in your Auth0 Dashboard application settings. For example, in the Auth0 Java Spring Boot SDK Quickstarts: Login doc, the /login/oauth2/code/auth0
is the expected URI for the callback URL.
On the other hand, if you prefer to redirect to another URL, it may be possible to change this value by specifying the redirect_uri
parameter in your application.yml
file.
Please let me know how this works.
Thanks.