[keycloak-user] Unrecognized field "authenticationFlowBindingOverrides"

Marek Posolda mposolda at redhat.com
Mon Oct 15 03:19:37 EDT 2018


I think the field "authenticationFlowBindingOverrides" was added in some 
Keycloak 4.X version. I suggest to update Keycloak dependencies versions 
in your pom from 3.4.3.Final to same version, which your Keycloak server is.

Marek

On 13/10/18 04:18, Fabio Ebner wrote:
> When I try to get my client wit this code:
>
> ClientRepresentation app1Client =
>          realmResource.clients().findByClientId("central-api").get(0);
>
>
> that error return:
>
> javax.ws.rs.client.ResponseProcessingException:
> javax.ws.rs.ProcessingException:
> com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException:
> Unrecognized field "authenticationFlowBindingOverrides" (class
> org.keycloak.representations.idm.ClientRepresentation), not marked as
> ignorable (38 known properties: "enabled", "clientAuthenticatorType",
> "redirectUris", "clientId", "authorizationServicesEnabled", "name",
> "implicitFlowEnabled", "registeredNodes", "nodeReRegistrationTimeout",
> "publicClient", "attributes", "protocol", "webOrigins", "protocolMappers",
> "id", "baseUrl", "surrogateAuthRequired", "adminUrl", "fullScopeAllowed",
> "frontchannelLogout", "clientTemplate", "directGrantsOnly", "rootUrl",
> "secret", "useTemplateMappers", "notBefore", "useTemplateScope",
> "standardFlowEnabled", "description", "directAccessGrantsEnabled",
> "useTemplateConfig", "serviceAccountsEnabled", "consentRequired", "access",
> "bearerOnly", "registrationAccessToken", "defaultRoles",
> "authorizationSettings"])
>
>
>
> this is my pom.
>
> <!--keycloak-->
> <dependency>
>     <groupId>org.keycloak</groupId>
>     <artifactId>keycloak-spring-security-adapter</artifactId>
>     <version>3.4.3.Final</version>
> </dependency>
> <dependency>
>     <groupId>org.keycloak</groupId>
>     <artifactId>keycloak-spring-boot-starter</artifactId>
>     <version>3.4.3.Final</version>
> </dependency>
> <dependency>
>     <groupId>org.keycloak</groupId>
>     <artifactId>keycloak-admin-client</artifactId>
>     <version>3.4.3.Final</version>
> </dependency>
> <dependency>
>     <groupId>javax.ws.rs</groupId>
>     <artifactId>javax.ws.rs-api</artifactId>
>     <version>2.1</version>
> </dependency>
> <!--resteasy-->
> <dependency>
>     <groupId>org.jboss.resteasy</groupId>
>     <artifactId>resteasy-client</artifactId>
>     <version>3.1.3.Final</version>
> </dependency>
> <dependency>
>     <groupId>org.jboss.resteasy</groupId>
>     <artifactId>resteasy-jackson2-provider</artifactId>
>     <version>3.1.3.Final</version>
> </dependency>
> _______________________________________________
> 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