chore: Update readme

This commit is contained in:
Sven-Torben Janus 2023-03-20 20:22:18 +01:00 committed by GitHub
parent 04b1d57d87
commit cc7a5dd752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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. Keycloak does not support this.
Make sure you do not combine required and alternative authenticators at the same level. Make sure you do not combine required and alternative authenticators at the same level.