chore: Update readme
This commit is contained in:
parent
04b1d57d87
commit
cc7a5dd752
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue