尝试使用 Keycloak AuthzClient 的无法识别的字段

收到错误消息:无法识别的字段“auth-server-url”

org.codehaus.jackson.map.exc.UnrecognizedPropertyException:无法识别的字段“auth-server-url”(类 org.keycloak.authorization.client.Configuration),未在 [来源:java.io.BufferedInputStream@7e1a5ac5; 行:3,列:23](通过参考链:org.keycloak.authorization.client.Configuration["auth-server-url"])

当我尝试使用 org.keycloak.authorization.client.AuthzClient 时发生错误

AuthzClient authzClient = AuthzClient.create();

作为额外的说明,它被用作 Spring Boot 服务器的一部分


开心每一天1111
浏览 258回答 1
1回答

BIG阳

我的版本不匹配!4.3 在 keycloak 服务器上,但我使用的是早期的 keycloak-authz 客户端!这导致了错误。我确保版本匹配然后错误消失了。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java