[keycloak-user] Custom Login

Ataraxus atx at binaryninja.de
Tue Nov 17 09:04:58 EST 2015


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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20151117/4cf7a248/attachment.html 


More information about the keycloak-user mailing list