[keycloak-user] Adding additional security questions for forgotten password.

Marko Strukelj mstrukel at redhat.com
Tue Feb 9 17:39:42 EST 2016


There is an authenticator provider example you can study to create
your own auth provider:
https://github.com/keycloak/keycloak/tree/master/examples/providers/authenticator

It implements user questions - just what you need, but only one, and
without randomness.

On Tue, Feb 9, 2016 at 9:37 PM, Reed Lewis <RLewis at carbonite.com> wrote:
> I am implementing Keycloak and need to have the ability to have user
> questions that can be stored, and asked randomly if the user forgets their
> password.
>
> Can Keycloak store this content, or do I need a separate instance?   How do
> I integrate this into Keycloak?
>
> Thank you,
>
> Reed Lewis
>
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user


More information about the keycloak-user mailing list