<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Got it, thanks!<br>
<br>
missed one line: <br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
public boolean requiresUser() { return true; }<br>
<br>
changed it to:<br>
<br>
public boolean requiresUser() { return false; }<br>
this did the job. <br>
<br>
<br>
<div class="moz-cite-prefix">Am 17.11.15 um 12:30 schrieb Ataraxus:<br>
</div>
<blockquote cite="mid:564B0FF2.4060003@binaryninja.de" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
Hello, <br>
<br>
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? <br>
<br>
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.
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
keycloak-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-user">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
</blockquote>
<br>
</body>
</html>