Java KeyClope 3.0 rest api错误:无法识别的属性异常:无法识别的字段;“访问”;

Java KeyClope 3.0 rest api错误:无法识别的属性异常:无法识别的字段;“访问”;,java,rest,api,keycloak,Java,Rest,Api,Keycloak,我正在使用Key斗篷管理客户端3.0.0.Final和Key斗篷3.0服务器。我正在尝试添加新的重定向URL,但在尝试更新客户端时遇到异常: 13:16:47,615 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-3) RESTEASY002005: Failed executing PUT /admin/realms/DecisionSpace_Integration_Server/clients/07e6ecb0-6

我正在使用Key斗篷管理客户端3.0.0.Final和Key斗篷3.0服务器。我正在尝试添加新的重定向URL,但在尝试更新客户端时遇到异常:

13:16:47,615 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-3) RESTEASY002005: Failed executing PUT /admin/realms/DecisionSpace_Integration_Server/clients/07e6ecb0-63f0-4dde-8bde-e725c592c9d8: org.jboss.resteasy.spi.ReaderException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "access" (class org.keycloak.representations.idm.ClientRepresentation), not marked as ignorable (37 known properties: "enabled", "clientAuthenticatorType", "redirectUris", "useTemplateConfig", "clientId", "serviceAccountsEnabled", "authorizationServicesEnabled", "name", "implicitFlowEnabled", "registeredNodes", "nodeReRegistrationTimeout", "publicClient", "attributes", "protocol", "webOrigins", "consentRequired", "protocolMappers", "id", "baseUrl", "surrogateAuthRequired", "adminUrl", "fullScopeAllowed", "frontchannelLogout", "clientTemplate", "directGrantsOnly", "rootUrl", "bearerOnly", "secret", "useTemplateMappers", "notBefore", "useTemplateScope", "standardFlowEnabled", "description", "defaultRoles", "authorizationSettings", "registrationAccessToken", "directAccessGrantsEnabled"])
 at [Source: io.undertow.servlet.spec.ServletInputStreamImpl@6d806b95; line: 1, column: 3665] (through reference chain: org.keycloak.representations.idm.ClientRepresentation["access"])
        at org.jboss.resteasy.core.MessageBodyParameterInjector.inject(MessageBodyParameterInjector.java:184)
        at org.jboss.resteasy.core.MethodInjectorImpl.injectArguments(MethodInjectorImpl.java:91)
        at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:114)
        at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:295)
        at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:249)
我正在使用这个代码

Keyclope管理客户端和Keyclope服务器应相同version@ravthiru有没有其他解决方案,因为我有客户端和服务器版本3.4.3.Final,但它仍然向我显示错误您使用的是哪个版本的服务器和客户端,以及您得到错误的字段?@ravthiru这是我问题的链接: