<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    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=utf-8">
  </body>
</html>