I just created a new solution which references some modules. In the new solution I did not configure any authentication or login module. I am just curious why do I see a login dialogbox whenever I try to access my module as a jnlp file from the server?
if you don’t configure anything (login/authenticator) then by default if you have enhanced security enabled you just fallback on default servoy security (so the default servoy login dialog and servoy authenticator)
Ok got it. Thanks!