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.