[keycloak-user] [development] Jumping to another flow from an authenticator
Marek Posolda
mposolda at redhat.com
Mon Apr 10 15:42:18 EDT 2017
I think it's possible with current implementation by using:
context.forkWithSuccessMessage("some message, which will displayed on
the initial login screen");
or also "context.forkWithErrorMessage" . The "context" references
AuthenticationFlowContext object passed to the authenticator.
Something like this is used at ResetCredentialEmail authenticator, which
is used during reset-credentials flow (when user press link "Forget my
password" on the login screen).
Hope this helps,
Marek
On 10/04/17 15:56, Tomás García wrote:
> Hi,
>
> I'm doing experiments with authenticators... I've made an authenticator for
> the "first broker login" flow and I'm wondering if, under certain condition
> I implemented inside the authenticateImpl method of the authenticator, I
> can jump to the browser flow to "challenge" the user with the regular login
> screen. It looks like it's impossible by design.
>
> If there's another alternative, you can think about, it would be great.
>
> Thanks.
> _______________________________________________
> 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