Got it, thanks!

missed one line:

public boolean requiresUser() {   return true;     }

changed it to:

public boolean requiresUser() {   return false;    }
this did the job.


Am 17.11.15 um 12:30 schrieb Ataraxus:
Hello,

I need to build a custom login where the user inputs more than username and pw. Also I need the pw checked against a custom service. Is this possible with keycloak?

My first attempt was to modify the "org.keycloak.examples.authenticator.SecretQuestionAuthenticator" but then i realised i need an already loggedin user, which i then authenticate with an additional step.

_______________________________________________
keycloak-user mailing list
keycloak-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user