From cc7a5dd752e2f845953d3d1f658f1158e980d635 Mon Sep 17 00:00:00 2001 From: Sven-Torben Janus Date: Mon, 20 Mar 2023 20:22:18 +0100 Subject: [PATCH] chore: Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57b04b5..97eab6e 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ provider-redirector, null] WARN [org.keycloak.services] (default task-26) KC-SERVICES0013: Failed authentication: org.keycloak.authentication.AuthenticationFlowException: authenticator: restrict-client-auth-authenticator ``` -you have mostlikely mixed required and alternative subflows/steps/authenticators in your custom flow. +you have mostlikely mixed required and alternative subflows/steps/authenticators at the same level in your custom flow. Keycloak does not support this. Make sure you do not combine required and alternative authenticators at the same level.