Re: [keycloak-user] Unrecognized field "authenticationFlowBindingOverrides"
Fabio Ebner
Monday, 15 October
2018
Mon, 15 Oct
'18
8:33 a.m.
I fix, but I need to create the keycloak.json file I use the
@Bean
KeycloakConfigResolver keycloakConfigResolver() {
return new KeycloakSpringBootConfigResolver();
}
don't works (I using .yml file don't know if is a limitation)
but tks anyway